publishMediaPlayerAudioTrack property

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

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;