You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently facing some issues with my application, I am trying to stream youtube videos in iOS 16.1 using WKYTPlayerView.
here the player audio is not output to the speaker in Swift.
but previously it was working well.
I have tried the below code but it's not working
let audioSession = AVAudioSession.sharedInstance()
I am currently facing some issues with my application, I am trying to stream youtube videos in iOS 16.1 using WKYTPlayerView.
here the player audio is not output to the speaker in Swift.
but previously it was working well.
I have tried the below code but it's not working
let audioSession = AVAudioSession.sharedInstance()
can anyone please suggest something?
The text was updated successfully, but these errors were encountered: