File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ impl From<&str> for RTCIceConnectionState {
85
85
impl From < u8 > for RTCIceConnectionState {
86
86
fn from ( v : u8 ) -> Self {
87
87
match v {
88
- 1 => RTCIceConnectionState :: New ,
89
- 2 => RTCIceConnectionState :: Checking ,
90
- 3 => RTCIceConnectionState :: Connected ,
91
- 4 => RTCIceConnectionState :: Completed ,
92
- 5 => RTCIceConnectionState :: Disconnected ,
93
- 6 => RTCIceConnectionState :: Failed ,
94
- 7 => RTCIceConnectionState :: Closed ,
88
+ 1 => RTCIceConnectionState :: Closed ,
89
+ 2 => RTCIceConnectionState :: Failed ,
90
+ 3 => RTCIceConnectionState :: Disconnected ,
91
+ 4 => RTCIceConnectionState :: New ,
92
+ 5 => RTCIceConnectionState :: Checking ,
93
+ 6 => RTCIceConnectionState :: Completed ,
94
+ 7 => RTCIceConnectionState :: Connected ,
95
95
_ => RTCIceConnectionState :: Unspecified ,
96
96
}
97
97
}
You can’t perform that action at this time.
0 commit comments