removeRemoteVideo abstract method

Future<int?> removeRemoteVideo({
  1. required String roomId,
  2. required String uid,
  3. StreamIndex streamType = StreamIndex.main,
})

取消设置远端视频画布

Implementation

Future<int?> removeRemoteVideo({
  required String roomId,
  required String uid,
  StreamIndex streamType = StreamIndex.main,
});