RtcSurfaceViewProps

Properties of RtcSurfaceView.

export interface RtcSurfaceViewProps {
  zOrderOnTop?: boolean;
  zOrderMediaOverlay?: boolean;
}

Properties

zOrderOnTop
Whether to place the surface layer of the RtcSurfaceView above the window:
  • true: Place above the window.
  • false: Do not place above the window.
zOrderMediaOverlay
Whether to place the surface layer of the RtcSurfaceView above another RtcSurfaceView in the window (but still below the window):
  • true: Place above another RtcSurfaceView in the window.
  • false: Do not place above the window.