Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

woogeen.sdk.js for changing GetUserMedia

Bipin_Kesharwani
Beginner
378 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
378 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
378 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