Called when the audio output is changed
Called when the audio mix device can be bound to an element and stream.
This method rejects if you specify a device and the browser does not support setSinkId
;
use BrowserBehavior.supportsSetSinkId to check before calling this method.
Called when the audio mix element can be bound to a device and stream.
Called when the audio mix stream can be bound to a device and element.
This method rejects if you specify a device and the browser does not support setSinkId
;
use BrowserBehavior.supportsSetSinkId to check before calling this method.
Returns the meeting audio stream currently bound to a HTMLAudioElement, or null
if
there is no current audio stream. This method will typically never reject.
Remove an observer to stop listening for changes to the current meeting audio stream.
Called to unbind the audio element so that the audio output stream does not have a sink.
Generated using TypeDoc
Add an observer to listen for changes to the current meeting audio stream. The observer will be notified when a stream is bound or unbound from an audio element in the page.