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

    Interface StreamManagerVideo

    interface StreamManagerVideo {
        id: string;
        insertMode?: VideoInsertMode;
        targetElement?: HTMLElement;
        video: HTMLVideoElement;
    }
    Index

    Properties

    id: string

    id attribute of the DOM video element displaying the StreamManager's stream

    insertMode?: VideoInsertMode

    How the DOM video element should be inserted with respect to targetElement. This property is defined when:

    This property is undefined when:

    targetElement?: HTMLElement

    The DOM HTMLElement assigned as target element when creating a video for the StreamManager. This property is defined when:

    This property is undefined when:

    video: HTMLVideoElement

    DOM video element displaying the StreamManager's stream