Event dispatched when the user owning the stream has started speaking.
Extra information:
publisherSpeakingEventsOptions in the call of OpenVidu.setAdvancedConfiguration.Event dispatched when the user owning the stream has stopped speaking.
Extra information:
publisherSpeakingEventsOptions in the call of OpenVidu.setAdvancedConfiguration.Event dispatched when the volume of the media stream's audio track changes. Only applies if Stream.hasAudio is true.
The frequency this event is fired with is defined by property interval of
OpenViduAdvancedConfiguration.publisherSpeakingEventsOptions (default 100ms)
Event dispatched when the media stream starts playing (one of its videos has media and has begun to play). This event will be dispatched when these 3 conditions are met:
Event dispatched when a Stream undergoes any change in any of its mutable properties (see StreamPropertyChangedEvent.changedProperty).
Event dispatched when a new HTML video element has been inserted into DOM by OpenVidu Browser library. See Manage video players section.
Event dispatched when an HTML video element has been removed from DOM by OpenVidu Browser library. See Manage video players section.
Events dispatched by StreamManager object. Manage event listeners with StreamManager.on, StreamManager.once and StreamManager.off methods.
Example: