-
Notifications
You must be signed in to change notification settings - Fork 160
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 GetRemoteCandidates()
#596
Conversation
This is analogue to GetLocalCandidates() and provides the user with the ability to get a slice of previously added remote candidates without keeping track of them in the application code.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #596 +/- ##
==========================================
+ Coverage 78.41% 78.50% +0.08%
==========================================
Files 42 42
Lines 4374 4387 +13
==========================================
+ Hits 3430 3444 +14
+ Misses 729 728 -1
Partials 215 215
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ 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.
The code looks good!
It would be better to add a test if it's not hard.
Hi @at-wat, sure. I also added one for |
d628db8
to
eddf3cf
Compare
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
This is analogue to
GetLocalCandidates()
and provides the user with the ability to get a slice of previously added remote candidates without keeping track of them in the application code.