stopAllEffect property

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

Whether to stop playing all audio effects when a user leaves the channel. true : (Default) Stop playing all audio effects. false : Do not stop playing any audio effect.

Implementation

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