autoSubscribeAudio property

  1. @JsonKey(name: 'autoSubscribeAudio')
bool? autoSubscribeAudio
final

Whether to automatically subscribe to all remote audio streams when the user joins a channel: true : Subscribe to all remote audio streams. false : Do not automatically subscribe to any remote audio streams.

Implementation

@JsonKey(name: 'autoSubscribeAudio')
final bool? autoSubscribeAudio;