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
The system audio stops playback when Twillio's audio session and connection is established. The only suggested fix I found is to set AVCaptureSession's property automaticallyConfiguresApplicationAudioSession to false as stated here but since I don't have access to the capture session, I'm wondering if there's something else that can be done to support this scenario?
Steps to Reproduce
Play background audio (eg. Spotify, Apple Music ... ) while connecting to a room.
Video iOS SDK
pod 'TwilioVideo', '~> 5.5.0'
Xcode
14.2
iOS Version
16.4
iOS Device
iPhone 13
The text was updated successfully, but these errors were encountered:
Description
The system audio stops playback when Twillio's audio session and connection is established. The only suggested fix I found is to set AVCaptureSession's property automaticallyConfiguresApplicationAudioSession to false as stated here but since I don't have access to the capture session, I'm wondering if there's something else that can be done to support this scenario?
Steps to Reproduce
Video iOS SDK
pod 'TwilioVideo', '~> 5.5.0'
Xcode
14.2
iOS Version
16.4
iOS Device
iPhone 13
The text was updated successfully, but these errors were encountered: