The Connection object that is publishing the stream
Frame rate of the video in frames per second. This property is only defined if the Publisher of the stream was initialized passing a frameRate property on OpenVidu.initPublisher method
Whether the stream has an audio track or not
Whether the stream has a video track or not
Unique identifier of the stream
StreamManager object (Publisher or Subscriber) in charge of displaying this stream in the DOM
"CAMERA"
or "SCREEN"
. undefined if stream is audio-only
Generated using TypeDoc
Represents each one of the media streams available in OpenVidu Server for certain session. Each Publisher and Subscriber has an attribute of type Stream, as they give access to one of them (sending and receiving it, respectively)