-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
Description
If you have AVPlayer
that plays some video with sound it will become muted once video call established. And after that nothing helps: I've tried almost all combinations of AVAudioSession
's AVAudioSessionCategoryOptions
, AVAudioSessionSetActiveOptions
, tried to setActive:NO
and then YES
back again before and after call connection.
It also doesn't matter in which position iPhone's sound switch is.
There is only thing that restores sound in player and keeps it going in the call is leaving application (with home button) and open it back.
k06a, vdugnist, DavidFafinski, ggarber, khush004 and 5 more