callkeep icon indicating copy to clipboard operation
callkeep copied to clipboard

[HELP] iOS lockscreen audio output

Open Faaatman opened this issue 3 years ago • 0 comments

Is there a way to listen to audio output device event changes (ex: speaker or earpiece)?

_callKeep.on(CallKeepDidChangeAudioOutput(),
      (CallKeepDidChangeAudioOutput event) {
    print("Audio output changed to ${event.output}");
  });

Faaatman avatar Oct 19 '21 13:10 Faaatman