-
Notifications
You must be signed in to change notification settings - Fork 317
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
Viewer fix #1953
Viewer fix #1953
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1953 +/- ##
==========================================
+ Coverage 76.09% 76.20% +0.10%
==========================================
Files 48 48
Lines 13673 13676 +3
==========================================
+ Hits 10405 10422 +17
+ Misses 3268 3254 -14 ☔ View full report in Codecov by Sentry. |
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.
Lgtm! I tested C-SDK viewer, ICE_TRANSPORT_POLICY_ALL with JS-master, forced TURN and saw a seamless connection. I also tested this on Windows. Need to increase the timeout there because Windows is a bit slow: configuration.kvsRtcConfiguration.iceLocalCandidateGatheringTimeout = (20 * HUNDREDS_OF_NANOS_IN_A_SECOND);
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.
lgtm
* Viewer fix * ICE agent update * new flag * stopgathering flag set * Windows fix
Issue #, if available:
What was changed?
Why was it changed?
How was it changed?
addedRelayCandidate
: This is set once relay candidate entries are created inaddIceServerConfig
.stopGathering
: This is set once a pair is nominated. It is useful in cases where the connection with STUN/host candidates is already established and the SDK need not wait on relay candidates to be generated.What testing was done for the changes?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.