active | readonly | boolean | Indicating whether the media is active A stream is considered active if at least one of its MediaStreamTracks does not have its property MediaStreamTrack.readyState set to ended. Once every track has ended, the stream's active property becomes false. |
audioInput? | public | MediaDeviceInfoLike | Audio input device is used for the audio track from the current stream |
audioMuted | public | undefined | boolean | Current mute state of audio track undefined means there is no such track from the stream |
devices | public | IndexedDevices | The devices used for the media |
expectedAudioInput? | public | MediaDeviceInfoLike | The audio input device which is expected to be used for the current stream based on the provided constraints |
expectedVideoInput? | public | MediaDeviceInfoLike | The video input device which is expected to be used for the current stream based on the provided constraints |
id | readonly | string | A string containing a 36-character universally unique identifier (UUID) for the object. |
status | public | UserMediaStatus | The status of the media |
stream | public | MediaStream | Media stream for the media |
videoInput? | public | MediaDeviceInfoLike | Video input device is used for the video track from the current stream |
videoMuted | public | undefined | boolean | Current mute state of video track undefined means there is no such track from the stream |