Hierarchy

Constructors

  • Parameters

    • meetingId: string

    Returns VideoController

Methods

  • Starts/Stops publishing the local video stream.

    Parameters

    • mute: boolean

    Returns Promise<void>

  • Initializes the local video view.

    Parameters

    • canvas: RcvVideoCanvas

    Returns Promise<void>

  • Initializes the remote video view.

    Parameters

    • canvas: RcvVideoCanvas

    Returns Promise<void>

  • Switches between the front and rear cameras. The front camera will be the default source.

    Returns Promise<void>