publishMicrophoneTrack property
设置是否发布麦克风采集到的音频: true :发布麦克风采集到的音频。 false :不发布麦克风采集到的音频。
Implementation
@JsonKey(name: 'publishMicrophoneTrack')
final bool? publishMicrophoneTrack;
设置是否发布麦克风采集到的音频: true :发布麦克风采集到的音频。 false :不发布麦克风采集到的音频。
@JsonKey(name: 'publishMicrophoneTrack')
final bool? publishMicrophoneTrack;