-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Ensure that the 'address' member remains null in RTCIceCandidateStats for remote prflx candidates #13922
Ensure that the 'address' member remains null in RTCIceCandidateStats for remote prflx candidates #13922
Conversation
…Stats for remote prflx candidates
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.
Some comments (they apply twice).
|
||
localPc.addEventListener('icecandidate', event => { | ||
if (event.candidate) | ||
remotePc.addIceCandidate(event.candidate); |
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.
Tip: There's already an (imperfect) exchangeIceCandidates()
helper for this. Maybe we could fix it and use that instead?
This also reminded me to open w3c/webrtc-pc#2039.
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.
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.
We probably could, but PR is not landed and test is already written so I would prefer just landing it as is for now.
ping review. |
This PR is blocked on the required "Travis CI - Pull Request" check after #14499. In order to trigger it, I will close and reopen this PR. |
No description provided.