setupAudioSessionManagement static method

Future<void> setupAudioSessionManagement(
  1. bool value
)

Configures whether medea_flutter_webrtc should automatically manage the iOS AVAudioSession.

Implementation

static Future<void> setupAudioSessionManagement(bool value) =>
    webrtc.setupAudioSessionManagement(false);