Handle 1:1 call reconnecting events.

This commit is contained in:
Cody Henthorne
2022-03-22 21:12:40 -04:00
committed by Greyson Parrelli
parent 3af53f2089
commit 403958fed3
10 changed files with 34 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ class WebRtcViewModel(state: WebRtcServiceState) {
CALL_DISCONNECTED,
CALL_DISCONNECTED_GLARE,
CALL_NEEDS_PERMISSION,
CALL_RECONNECTING,
// Error states
NETWORK_FAILURE,