Whether the Publisher has been granted access to the requested input devices or not
HTML DOM element in which the Publisher's video has been inserted
DOM id of the Publisher's video element
The Session to which the Publisher belongs
The Stream that you are publishing
Publish or unpublish the audio stream (if available). Calling this method twice in a row passing same value will have no effect
true
to publish the audio stream, false
to unpublish it
Publish or unpublish the video stream (if available). Calling this method twice in a row passing same value will have no effect
true
to publish the video stream, false
to unpublish it
Call this method before Session.publish to subscribe to your Publisher's stream as any other user would do. The local video will be automatically replaced by the remote video
Generated using TypeDoc
Packs local media streams. Participants can publish it to a session. Initialized with OpenVidu.initPublisher method