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.