livekit / client-sdk-react-native

Apache License 2.0
96 stars 26 forks source link

Unable to put in earpiece mode from speaker in IOS #149

Closed kmamtora closed 1 month ago

kmamtora commented 1 month ago

await AudioSession.selectAudioOutput(isSpeaker === "speaker" ? "earpiece" : "speaker");

from loudspeaker to phone I am unable to change it in IOS in android this code works fine .

davidliu commented 1 month ago

ios does not share the same audio device ids as android.

See AudioSession.getAudioOutputs().