-
Notifications
You must be signed in to change notification settings - Fork 91
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
Not being able to use signalclient after migrate from v1 to v2 #534
Comments
we don't recommend using SignalClient by itself outside of the SDK itself. what is your use case? |
Custom app server: mobile -> app server -> livekit instead direct mobile -> livekit |
Is it possible to add something like
This is how we are using v2 for now with patch vendor folder during build. |
in that case, I think it's ok to make connectParams public. would you like to open a PR renaming it to |
Created #540 |
@davidzhao could you please add reviewers? |
Observed during migrate from v1.1.8 to v2.2.1:
in #392 we can see that
became
So for now function Join() cannot be used outside (only inside the SDK itself),
actually this is broken design - how exported method would use private structure?!
The text was updated successfully, but these errors were encountered: