Interface RtcSurfaceViewProps

Properties of the RtcSurfaceView.

Hierarchy

Properties

canvas: VideoCanvas

The local video view and settings. See VideoCanvas.

connection?: RtcConnection

The connection infomation. See RtcConnection.

zOrderMediaOverlay?: boolean

Controls whether to place the surface of the RtcSurfaceView on top of another RtcSurfaceView in the window (but still behind the window): true : Place it on top of another RtcSurfaceView in the window. false : Do not place it on top of another RtcSurfaceView in the window.

zOrderOnTop?: boolean

Controls whether to place the surface of the RtcSurfaceView on top of the window: true : Place it on top of the window. false : Do not place it on top of another RtcSurfaceView in the window.

Generated using TypeDoc