RtcRendererViewProps
Common properties of RtcSurfaceView and RtcTextureView.
export interface RtcRendererViewProps {
canvas: VideoCanvas;
connection?: RtcConnection;
}
Properties
- canvas
- Local video display properties. See VideoCanvas.
- connection
- Connection information. See RtcConnection.