OpenVidu Browser - v2.32.2
    Preparing search index...

    Interface SubscriberProperties

    interface SubscriberProperties {
        insertMode?: string;
        subscribeToAudio?: boolean;
        subscribeToVideo?: boolean;
    }
    Index

    Properties

    insertMode?: string

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

    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 Subscriber.subscribeToAudio

    true
    
    subscribeToVideo?: boolean

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

    true