setupAudioSessionManagement static method
- bool value
Configures whether medea_flutter_webrtc should automatically manage the
iOS AVAudioSession.
Implementation
static Future<void> setupAudioSessionManagement(bool value) =>
webrtc.setupAudioSessionManagement(false);