stopMicrophoneRecording property

  1. @JsonKey.new(name: 'stopMicrophoneRecording')
bool? stopMicrophoneRecording
final

离开频道时,是否停止麦克风采集: true :(默认)停止麦克风采集。 false : 不停止麦克风采集。

Implementation

@JsonKey(name: 'stopMicrophoneRecording')
final bool? stopMicrophoneRecording;