See publishers

This is a backend representation of a published media stream (see OpenVidu Browser Stream class)

Hierarchy

  • Publisher

Properties

audioActive: boolean

See properties of Stream object in OpenVidu Browser library to find out more

createdAt: number

Timestamp when this Publisher started publishing, in UTC milliseconds (ms since Jan 1, 1970, 00:00:00 UTC)

frameRate: number

See properties of Stream object in OpenVidu Browser library to find out more

hasAudio: boolean

See properties of Stream object in OpenVidu Browser library to find out more

hasVideo: boolean

See properties of Stream object in OpenVidu Browser library to find out more

streamId: string

Unique identifier of the Stream associated to this Publisher. Each Publisher is paired with only one Stream, so you can identify each Publisher by its Stream.streamId

typeOfVideo: string

See properties of Stream object in OpenVidu Browser library to find out more

videoActive: boolean

See properties of Stream object in OpenVidu Browser library to find out more

videoDimensions: string

See properties of Stream object in OpenVidu Browser library to find out more

Generated using TypeDoc