isAudioFilterable property

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

Whether the audio stream being published is filtered according to the volume algorithm: true : The audio stream is filtered. If the audio stream filter is not enabled, this setting does not takes effect. false : The audio stream is not filtered. If you need to enable this function, contact.

Implementation

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