-
Notifications
You must be signed in to change notification settings - Fork 1.7k
OnICEConnectionStateChange should return ICEConnectionState #422
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
Comments
backkem
added a commit
that referenced
this issue
Feb 20, 2019
OnICEConnectionStateChange now return a ICEConnectionState instead of ice.ConnectionState. Resolves #422
backkem
added a commit
that referenced
this issue
Feb 20, 2019
OnICEConnectionStateChange now return a ICEConnectionState instead of ice.ConnectionState. Resolves #422
backkem
added a commit
that referenced
this issue
Feb 20, 2019
OnICEConnectionStateChange now return a ICEConnectionState instead of ice.ConnectionState. Resolves #422
backkem
added a commit
that referenced
this issue
Feb 20, 2019
OnICEConnectionStateChange now return a ICEConnectionState instead of ice.ConnectionState. Resolves #422
Antonito
pushed a commit
to Antonito/webrtc
that referenced
this issue
Feb 26, 2019
OnICEConnectionStateChange now return a ICEConnectionState instead of ice.ConnectionState. Resolves pion#422
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Instead of returning
ice.ConnectionState
theOnICEConnectionStateChange
callback should return awebrtc.ICEConnectionState
.The text was updated successfully, but these errors were encountered: