-
Notifications
You must be signed in to change notification settings - Fork 176
[bug] app intermintently crashes/stucks on connect to room when E2EE enabled on iOS #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We are experiencing exactly same issue. Pretty annoying as the error origin isn't clear at all and E2EE was one of the features it made us decide to switch to Livekit. |
Will check and fix asap |
I have the same problem with that |
The issue may be related to deadlock. Related fixes are being tested |
hi @cloudwebrtc do you have any ETA por this fix? |
I have the same problem with that |
@aeri Hi, is the problem solved? |
@lurongshuang I have not tested the configuration with E2EE since then, does the same thing still happen to you in spite of webrtc-sdk/webrtc#157? |
Yes, this problem will occur if EE2E is turned on, but not if it is turned off. |
Any update on this issue? We are also experiencing this issue when enabling E2EE in our Flutter VOIP application. |
@cloudwebrtc I can confirm that with webrtc-sdk/webrtc#157 this does not happen anymore. If you need a quick fix before the new version is released use these overrides:
|
Describe the bug
When using end-to-end encryption (e2ee) on iOS, the application crashes completely. The problem occurs intermittently and always happens after invoke
room.connect()
.To Reproduce
Using the sample application and activating E2EE on iOS sometimes the interface crashes and the application stops responding completely.
Expected behavior
The room session should be established without problems
Platform information
The text was updated successfully, but these errors were encountered: