publishMicrophoneTrack property
Sets whether to publish the audio captured by the microphone: true : Publish the audio captured by the microphone. false : (Default) Do not publish the audio captured by the microphone.
Implementation
@JsonKey(name: 'publishMicrophoneTrack')
final bool? publishMicrophoneTrack;