Is it possible to change the audio output? So turn...
# general-english
m
Is it possible to change the audio output? So turn on or off speaker? Looks like Daily handles this on iOS side, but not completely sure. Is there a guide on how to change the audio output, asked the AI on the website but no answer. Found an answer in Daily... 1. Either we mark the call as
private(set) var call: CallClient?
so we can access the methods from daily which has an
setPreferredAudioDevice(_ preferredAudioDevice: Daily.AudioDeviceType?)
2. Or expose the
setPreferredAudioDevice(_ preferredAudioDevice: Daily.AudioDeviceType?)
in the Vapi class as well Should we make merge requests for this or what is the guide for this?