enableAudioRecordingOrPlayout property

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

Whether to enable audio capturing or playback: true : Enable audio capturing or playback. false : Do not enable audio capturing or playback. If you need to publish the audio streams captured by your microphone, ensure this parameter is set as true.

Implementation

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