Interface StreamManagerVideo

Hierarchy

  • StreamManagerVideo

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

Generated using TypeDoc