publishMicrophoneTrack property

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

Whether to publish the audio captured by the microphone: true : Publish the audio captured by the microphone. false : Do not publish the audio captured by the microphone.

Implementation

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