getUserMedia is poorly named. It should really be called getMediaSource, but changing it at this point would break a lot of code and the webrtc API changes enough already. You want to look into the setSinkId method of the video object(https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setSinkId), which is equally poorly named but probably does what you want.
On Tuesday, July 26, 2016 at 12:09:56 AM UTC-7, [email protected] wrote: > Hi all, > > why getUserMedia() does not allow to change an audio output device as well > with provided capturing devices mic and camera? > > When I want to change the usage of speakers to my headset that is connected > via USB I cannot. I is very strange that there is no such possibility. > > Best Regards > Michael _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

