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:
hjon
2015-09-01 15:35:38 -07:00
committed by Commit bot
parent 4d2f4d1c69
commit abd0d1a3f7

View File

@ -172,6 +172,7 @@
case RTCICEConnectionFailed:
case RTCICEConnectionDisconnected:
case RTCICEConnectionClosed:
case RTCICEConnectionMax:
return nil;
}
}