Jump to main content
Voice SDK v4.5.2 for React Native
Index

RtcRendererViewProps

A common property for RtcSurfaceView and RtcTextureView.

export interface RtcRendererViewProps {
  canvas: VideoCanvas;
  connection?: RtcConnection;
}

Attributes

canvas
The local video view and settings. See VideoCanvas.
connection
The connection infomation. See RtcConnection.
Generated by <oXygen/> XML WebHelp