Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

woogeen.sdk.js for changing GetUserMedia

Bipin_Kesharwani
Beginner
833 Views

Hi,

We are trying to change optional parameters of GetUserMedia webrtc function in woogeen.sdk.js to add more functionality at client end, but because it is minified js file, it seems difficult. Could you please provide normal (non-minified) js file so that we can modify it. Or is there any alternate available for the same?

0 Kudos
2 Replies
Artem_M_
New Contributor I
833 Views

It woul be great to get non-minified versions.

I used http://jsbeautifier.org/  to get some any alternative...

0 Kudos
Chunbo_H_Intel1
Employee
833 Views

Hi,

For the local stream operation like GUM, we have encapsulated it into client SDK. It helps unify the stream operations on different platforms/OS.

For the optional parameters of GetUserMedia, you can just put them into the first parameter of WooGeen.LocalStream.create which will work as the original GUM API.

0 Kudos
Reply