-
Notifications
You must be signed in to change notification settings - Fork 152
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
iOS events connectionDidConnect, connectionDidDisconnect use to and from instead of call_to and call_from #44
Labels
Comments
on ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In version
3.2.0
the parameters for:connectionDidConnect
connectionDidDisconnect
are different between iOS and Android.
to
is used instead ofcall_to
from
is used instead ofcall_from
As a temporary fix you can migrate the parameters in your app:
Also on iOS the event
connectionDidDisconnect
uses the parametererror
instead oferr
As a temporary fix you can migrate the parameters in your app:
The text was updated successfully, but these errors were encountered: