Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd various state tracking to RTCPeerConnection, add .close() #22974
Conversation
highfive
commented
Mar 6, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Mar 6, 2019
|
I think for now this basic version is fine, though. When I make various methods rely on the signaling state I'll change it. |
probably a bootstrap dep somewhere. I'm surprised servo-media's travis didn't catch it. |
|
@Manishearth See if you prefer the changes from master...jdm:media-invert for the servo-media update commit. |
|
The WebRTC changes look fine. |
|
|
|
@bors-servo r=jdm |
|
|
Add various state tracking to RTCPeerConnection, add .close() This adds support for `signalingState`, `iceGatheringState`, and `iceConnectionState` on RTCPeerConnection, as well as `RTCPeerConnection::close()` This doesn't yet support `connectionState`. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22974) <!-- Reviewable:end -->
|
|
Manishearth commentedMar 6, 2019
•
edited
This adds support for
signalingState,iceGatheringState, andiceConnectionStateon RTCPeerConnection, as well asRTCPeerConnection::close()This doesn't yet support
connectionState.r? @jdm
This change is