Skip to content
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

[RNSDK][IOS] Hitting failure: socket file missing error in SocketConnection when screen sharing #14928

Closed
1 of 11 tasks
rcidt opened this issue Jul 18, 2024 · 5 comments
Closed
1 of 11 tasks

Comments

@rcidt
Copy link
Contributor

rcidt commented Jul 18, 2024

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

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

rnsdk 2.2.1

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@saghul
Copy link
Member

saghul commented Jul 18, 2024

The RN SDK does not currently wire the screen-sharing support at all, so even if you do all things right, there are a couple of things missing on the SDK side.

@rcidt
Copy link
Contributor Author

rcidt commented Jul 18, 2024

@saghul so iOS screen sharing is not officially supported for RN SDK? If so, are there any plans on supporting it?

@saghul
Copy link
Member

saghul commented Jul 18, 2024

We have plans for it yeah!

@rcidt
Copy link
Contributor Author

rcidt commented Jul 18, 2024

@saghul I took a stab at it here #14929

@saghul
Copy link
Member

saghul commented Jul 18, 2024

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants