Handle all RTCICEConnectionState values in ARDVideoCallViewController
BUG= Review URL: https://codereview.webrtc.org/1318343005 Cr-Commit-Position: refs/heads/master@{#9839}
This commit is contained in:
@ -172,6 +172,7 @@
|
||||
case RTCICEConnectionFailed:
|
||||
case RTCICEConnectionDisconnected:
|
||||
case RTCICEConnectionClosed:
|
||||
case RTCICEConnectionMax:
|
||||
return nil;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user