Enumeration VideoInsertMode

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

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

Generated using TypeDoc