audioChannels property

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

Anyrtc’s self-defined audio channel type. anyrtc 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;