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

feat: expose separate events for ice and dtls connecting state #77

Closed
wants to merge 1 commit into from

Conversation

k-wasniowski
Copy link
Contributor

This PR implements exposing two events instead of one to divide states for Ice Connecting Phase, and DTLS Connectin Phase.
The purpose is to enable easier finding out at which part in JS-SDK we are failing to connect to our backend.
Currently evaluation is done in JS-SDK, but it uses internal objects of webrtc-core, which should not be a desired way.

My and Marcin proposal is to separate events for ICE and DTLS phases. However, I guess we could also expose some getter for ice connection state.

@k-wasniowski k-wasniowski deleted the feat-ice-and-dtls-connection-state branch June 10, 2024 07:14
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

Successfully merging this pull request may close these issues.

1 participant