Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1addInputDevices(options?): Promise<void>
Adds or replaces primary input devices (audio and/or video).
Media constraints to apply when capturing the new input devices. See MediaOptions.
MediaOptions
Promise<void>
1await selfParticipant.addInputDevices(options);