是否服务端录制
Future<void> setRecording(bool isRecord) { return bRTCPluginChannel.invokeMethod('setRecording', { "isRecord": isRecord, }); }