audioChannels property
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(name: 'audioChannels')
final int? audioChannels;