liuzhenxing1118 7 сар өмнө
parent
commit
e87ff2060c

+ 1 - 0
artimenring-iOS/Artimenring/Classes/Data/VideoManager.m

@@ -52,6 +52,7 @@
         [self loginJuphoon];
     } else if (model.videoType == VIDEO_TYPE_AGORA) {
         [self showInCallVC:model.videoType isCallIn:YES];
+        [self startTimeoutTimer];
     }
 }