移除远端视频
Future<int> removeRemoteVideo({ required String streamId, }) async { return await byteRTCHelper.removeRemoteVideo( streamId: streamId, ); }