-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add WHIP ICE Restart Support #267
Conversation
Marking as draft. Should be tested against a client before worth reviewing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch. I understand this is not finalized, but a few comments below.
Thanks for the review @biglittlebigben I will fix that up now! Here is a jsfiddle of how I was testing https://jsfiddle.net/phn51xz9/ |
894bba3
to
b9e0933
Compare
Ok I feel pretty good about that @biglittlebigben Testing with clients should happen Tuesday/Wednesday! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Look good to me after updating the protocol version and decreasing the log level of some of the errors.
85f9b4c
to
79f141a
Compare
Please let me know when you happy with your testing and this is ready to merge. |
@biglittlebigben testing went well, this is good for merge. I had to make one additional change though. We now close the session when goes to failed (30 seconds of no activity) instead of disconnected (5 seconds of no activity) The client side is waiting for 'disconnected'. |
## Changelog ### Added - Add WHIP ICE Restart Support (#267)
## Changelog ### Added - Add WHIP ICE Restart Support (#267)
No description provided.