-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Hey!
I have an Angular and Capacitor application using Twilio.
The first test I performed was on iOS 16 native app and everything works perfectly.
However, when I try to perform tests on iOS 17+, the video freezes a lot and I see a lot of errors in the XCode console, such as:
Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "(originator doesn't have entitlement com.apple.runningboard.assertions.webkit AND originator doesn't have entitlement com.apple.multitasking.systemappassertions)" UserInfo={NSLocalizedFailureReason=(originator doesn't have entitlement com.apple.runningboard.assertions.webkit AND originator doesn't have entitlement com.apple.multitasking.systemappassertions)}> 0x112049ec0 - ProcessAssertion::acquireSync Failed to acquire RBS assertion 'WebKit Media Playback' for process with PID=2021, error: Error Domain=RBSServiceErrorDomain Code=1 "(originator doesn't have entitlement com.apple.runningboard.assertions.webkit AND originator doesn't have entitlement com.apple.multitasking.systemappassertions)" UserInfo={NSLocalizedFailureReason=(originator doesn't have entitlement com.apple.runningboard.assertions.webkit AND originator doesn't have entitlement com.apple.multitasking.systemappassertions)}
[warn] - 2025-05-14T00:26:22.797Z warn [RemoteVideoTrack #8: MTcc43ede8a8d33afa741e3d9f28d99574] Unintentionally paused: {"__zone_symbol__pausefalse":[{"type":"eventTask","state":"running","source":"HTMLVideoElement.addEventListener:pause","zone":"angular","runCount":1}],"__zone_symbol__enterpictureinpicturefalse":[{"type":"eventTask","state":"scheduled","source":"HTMLVideoElement.addEventListener:enterpictureinpicture","zone":"angular","runCount":0}],"__zone_symbol__leavepictureinpicturefalse":[{"type":"eventTask","state":"scheduled","source":"HTMLVideoElement.addEventListener:leavepictureinpicture","zone":"angular","runCount":0}]}
Thanks for any help!