停止远端视频拉流
Future<void> stopRemoteView({required String userId}) async { await _delegate?.stopRemoteView(userId); return Future.value(); }