audioChannels property

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

Agora’s self-defined audio channel type. Agora recommends choosing 1 (mono), or 2 (stereo) audio channels. Special players are required if you choose 3, 4, or 5. See AudioChannel.

Implementation

@JsonKey(includeIfNull: false)
AudioChannel? audioChannels;