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
In ios there are multiple options to configure AVAudioSession instances (https://developer.apple.com/documentation/avfaudio/avaudiosessioncategoryoptions?language=objc). Since this API is just changing the Category of the AVAudioSession in the webprocess where WKWebView is getting rendered and playing audio, it only makes sense we should be able to set its options as well. Thanks.
The text was updated successfully, but these errors were encountered:
In ios there are multiple options to configure AVAudioSession instances (https://developer.apple.com/documentation/avfaudio/avaudiosessioncategoryoptions?language=objc). Since this API is just changing the Category of the AVAudioSession in the webprocess where WKWebView is getting rendered and playing audio, it only makes sense we should be able to set its options as well. Thanks.
The text was updated successfully, but these errors were encountered: