updateLocalView method Null safety
- int viewId
Update the preview image of local video
Note: When viewtype is TRTCCloudDef.TRTC_ VideoView_ TextureView is valid for Android
Parameters:
viewId: Control that carries the video image
Implementation
Future<void> updateLocalView(int viewId) {
return TRTCCloudVideoViewController(viewId).updateLocalView(viewId);
}