[RNSDK][IOS] Hitting failure: socket file missing
error in SocketConnection when screen sharing
#14928
Closed
1 of 11 tasks
What happened?
I am running the latest Jitsi RN SDK on iOS against a custom Jitsi server also running the latest version.
I have implemented the Screen Sharing instructions for iOS found in the Jitsi docs. I have quadruple-checked that the implementation is correct and that the app groups, minimum deployment version, bundle identifiers, etc are all matching on both the host app and the extension.
When I start a screen sharing session, nothing happens in the conference. No samples are uploaded, the socket connection is never established. I pinpointed the issue to the error thrown in the SocketConnection class:
failure: socket file is missing
.This leads me to think that the server side (in this case, the host app acts as the server) is not creating the socket file for some reason.
Any ideas on what I can do to continue debugging this further?
Platform
Browser / app / sdk version
rnsdk 2.2.1
Relevant log output
No response
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: