HenrikJoreteg / webrtcsupport

Browser module to detect support for WebRTC and extract proper constructors.
55 stars 33 forks source link

Add detection of setSinkId() API support #23

Open kashifshamaz21 opened 8 years ago

kashifshamaz21 commented 8 years ago

Chrome has added support for element.setSinkId() API to change the audio output speaker.

The below sample app demonstrates its usage: https://webrtc.github.io/samples/src/content/devices/input-output/

We should add detection logic for this API into the webrtcsupport module. @HenrikJoreteg Willing to provide a pull-request for the same.