stopAudioMixing property

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

Whether to stop playing and mixing the music file when a user leaves the channel. true : (Default) Stop playing and mixing the music file. false : Do not stop playing and mixing the music file.

Implementation

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