Skip to content

Commit

Permalink
Update interfaces/webrtc.idl (#14412)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and foolip committed Dec 7, 2018
1 parent 3460c9c commit 6a51887
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions interfaces/webrtc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@ enum RTCIceGatheringState {
};

enum RTCPeerConnectionState {
"closed",
"failed",
"disconnected",
"new",
"connecting",
"connected",
"disconnected",
"failed",
"closed"
"connected"
};

enum RTCIceConnectionState {
"closed",
"failed",
"disconnected",
"new",
"checking",
"connected",
"completed",
"disconnected",
"failed",
"closed"
"connected"
};

[ Constructor(optional RTCConfiguration configuration), Exposed=Window]
Expand Down

0 comments on commit 6a51887

Please sign in to comment.