-
Notifications
You must be signed in to change notification settings - Fork 115
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
RTCPeerConnectionState and RTCIceConnectionState computation should consider sctp transport #2680
RTCPeerConnectionState and RTCIceConnectionState computation should consider sctp transport #2680
Conversation
…onsider sctp transport
Fixes #2677 |
Needs to refer to all 3 usages of "set of transports", otherwise LGTM. |
Doesn't SCTP run on top of ice? |
it does, but we do have the option of either using the same transport or a different transport. |
for record keeping, this was merged under the "pure bug fix" category of https://github.com/w3c/webrtc-charter/blob/gh-pages/merge-guide.md#changes-that-bypass-the--extensions-stage, correct? |
Preview | Diff