RtcRendererViewProps
RtcSurfaceView
和 RtcTextureView
的通用属性。
TypeScript
export interface RtcRendererViewProps {
canvas: VideoCanvas;
connection?: RtcConnection;
}
canvas
本地视频显示属性。详见 VideoCanvas。
connection
Connection 信息。详见 RtcConnection。
RtcSurfaceView
和 RtcTextureView
的通用属性。
export interface RtcRendererViewProps {
canvas: VideoCanvas;
connection?: RtcConnection;
}