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

    Enumeration VideoInsertMode

    How the video will be inserted in the DOM for Publishers and Subscribers. See PublisherProperties.insertMode and SubscriberProperties.insertMode

    Index

    Enumeration Members

    Enumeration Members

    AFTER: "AFTER"

    Video inserted after the target element (as next sibling)

    APPEND: "APPEND"

    Video inserted as last child of the target element

    BEFORE: "BEFORE"

    Video inserted before the target element (as previous sibling)

    PREPEND: "PREPEND"

    Video inserted as first child of the target element

    REPLACE: "REPLACE"

    Video replaces target element