removeRemoteVideo abstract method

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

Remove the remote video canvas.

Implementation

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