audioChannels property

  1. @JsonKey(includeIfNull: false)
AudioChannel? audioChannels
getter/setter pair

The number of audio channels for Media Push. Agora recommends choosing 1 (mono), or 2 (stereo) audio channels. Special players are required if you choose 3, 4, or 5. 1: (Default) Mono 2: Stereo. 3: Three audio channels. 4: Four audio channels. 5: Five audio channels.

Implementation

@JsonKey(includeIfNull: false)
AudioChannel? audioChannels;