WASdev/lib.rtcomm.clientjs

Provide a way to control the WebRTC input device programatically

Closed this issue · 3 comments

This is back from the issue in the angular-rtcomm library: angular-rtcomm: issue-7.

From stackoverflow: http://stackoverflow.com/questions/14610945/how-to-choose-input-video-device-for-webrtc?cm_mc_uid=33545920485614541026994&cm_mc_sid_50200000=1458848587

"Now Microsoft Edge, Chrome 44+, Firefox 38+, all these browsers are supporting navigator.mediaDevices.enumerateDevices API."

Should look into adding this to the API

This is a duplicate ~ sorry

Maybe I'm wrong but this feature should be on either libraries.
I have ugly (but working) code that patch 'setVideoView' method of angular-rtcomm and 'setBroadcast' in rtcomm-clientjs

Agreed!
We'll need to work on it to make it exposable on both libraries