HTML DOM element in which the Subscriber's video has been inserted
DOM id of the Subscriber's video element
The Stream to which you are subscribing
Subscribe or unsubscribe from the audio stream (if available). Calling this method twice in a row passing same value will have no effect
true
to subscribe to the audio stream, false
to unsubscribe from it
Subscribe or unsubscribe from the video stream (if available). Calling this method twice in a row passing same value will have no effect
true
to subscribe to the video stream, false
to unsubscribe from it
Generated using TypeDoc
Packs remote media streams. Participants automatically receive them when others publish their streams. Initialized with Session.subscribe method