Interface SubscriberProperties

Hierarchy

  • SubscriberProperties

Properties

insertMode?: string

How the video element of the subscriber should be inserted in the DOM

Default

VideoInsertMode.APPEND

subscribeToAudio?: boolean

Whether to initially subscribe to the audio track of the stream or not. You can change the audio state later with subscribeToAudio

Default

true

subscribeToVideo?: boolean

Whether to initially subscribe to the video track of the stream or not. You can change the video state later with subscribeToVideo

Default

true

Generated using TypeDoc