publishMediaPlayerAudioTrack property
Whether to publish the audio from the media player: true : Publish the audio from the media player. false : Do not publish the audio from the media player.
Implementation
@JsonKey(name: 'publishMediaPlayerAudioTrack')
final bool? publishMediaPlayerAudioTrack;