stopRemoteView method
Implementation
Future<void> stopRemoteView(String userId, TRTCVideoStreamType streamType) async {
await _channel.invokeMethod('stopRemoteView', {"userId": userId, "streamType": streamType.value()});
}
Future<void> stopRemoteView(String userId, TRTCVideoStreamType streamType) async {
await _channel.invokeMethod('stopRemoteView', {"userId": userId, "streamType": streamType.value()});
}