We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some devices on in one location users are asked for Local Area Network permission.
The same build does not ask for this permission in other locations or with other devices. It appears on iOS 18.3.1 in one location.
(was reported by one dev working from office, same device works well on his home WIFI, but not in office WIFI, no VPNs there)
If you deny the permission, we'll receive:
func room(_ room: Room, didFailToConnectWithError error: LiveKitError?)
with error = nil (so we don't exactly know the error) but room connection will not be established.
And since that, no further calls are working, until you go to Settings > App > switch LocalNetwork to ON
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some devices on in one location users are asked for Local Area Network permission.
The same build does not ask for this permission in other locations or with other devices.
It appears on iOS 18.3.1 in one location.
(was reported by one dev working from office, same device works well on his home WIFI, but not in office WIFI, no VPNs there)
If you deny the permission, we'll receive:
with error = nil (so we don't exactly know the error)
but room connection will not be established.
And since that, no further calls are working, until you go to Settings > App > switch LocalNetwork to ON
The text was updated successfully, but these errors were encountered: