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
Really good work on this. I'm continuously impressed how easy it is to get up and running and how well everything works. I came across my first issue today while trying out E2EE on iOS.
Describe the bug
E2EE does not seem to be working on iOS. I tried to use it in the example app. After enabling E2EE and pressing "Connect" I see no video (see screenshots) and when I go back to the PreJoinPage the app appears to be frozen. There are no errors in the logs as far as I can tell.
I am able connect successfully without E2EE.
To Reproduce
Install example app on iPhone using XCode.
Run npm start
Open the app on iPhone
Toggle 'Enable E2EE'
Enter 'E2EE Key' (I used topsecretkey)
Press 'Connect'
Expected behavior
I should join the room and see my own video as well as others.
Screenshots
Device Info:
Device: iPhone SE (3rd Gen)
OS: iOS 18.1.1
Dependencies Info (please reference your package-lock.json or yarn.lock file):
I am hitting the breakpoint on line 79, but never the one on line 85. So whatever is going wrong may be happening inside of WebRTC's RTCFrameCryptor initWithFactory. It simply never returns and I don't see any errors either.
Hey @philbot9, can you try updating the WebRTC-SDK dependency in your podfile? I think I forgot to update the dependency here, so you might be on the previous version with the deadlock bug. Can check your current podfile.lock to see which WebRTC-SDK version it's using.
Example of changing the dependency version:
target 'YourReactNativeApp` do
# ...
pod 'WebRTC-SDK', '~>125.6422.07'
end
Hello,
Really good work on this. I'm continuously impressed how easy it is to get up and running and how well everything works. I came across my first issue today while trying out E2EE on iOS.
Describe the bug
E2EE does not seem to be working on iOS. I tried to use it in the example app. After enabling E2EE and pressing "Connect" I see no video (see screenshots) and when I go back to the PreJoinPage the app appears to be frozen. There are no errors in the logs as far as I can tell.
I am able connect successfully without E2EE.
To Reproduce
example
app on iPhone using XCode.npm start
topsecretkey
)Expected behavior
I should join the room and see my own video as well as others.
Screenshots
Device Info:
Dependencies Info (please reference your package-lock.json or yarn.lock file):
Latest Commit: e479393
Package JSON: https://github.com/livekit/client-sdk-react-native/blob/main/example/package.json
Additional context
Logs:
The text was updated successfully, but these errors were encountered: