publishMicrophoneTrack property

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

设置是否发布麦克风采集到的音频: true :发布麦克风采集到的音频。 false :不发布麦克风采集到的音频。

Implementation

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