audioChannels property

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

Audio channels to add into the broadcast. The value ranges between 1 and 2. The default value is 1.

Note We recommend you use the default value and not reset it.

Implementation

@JsonKey(includeIfNull: false)
AudioChannel? audioChannels;