callkeep
callkeep copied to clipboard
[HELP] iOS lockscreen audio output
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}");
});