enableMultiAudioTrack property
Whether to allow the selection of different audio tracks when playing this media file: true : Allow to select different audio tracks. false : (Default) Do not allow to select different audio tracks. If you need to set different audio tracks for local playback and publishing to the channel, you need to set this parameter to true, and then call the selectMultiAudioTrack method to select the audio track.
Implementation
@JsonKey(name: 'enableMultiAudioTrack')
final bool? enableMultiAudioTrack;