removeRemoteVideo abstract method
Future<int?>
removeRemoteVideo({
- required String roomId,
- required String uid,
- StreamIndex streamType = StreamIndex.main,
Remove the remote video canvas.
Implementation
Future<int?> removeRemoteVideo({
required String roomId,
required String uid,
StreamIndex streamType = StreamIndex.main,
});