소스 검색

ref(ParticipantConnectionStatus): bump frozen timeout to 10 sec

The idea is to not show the frozen video indication for intermittent
failures which can be confusing to users.
dev1
paweldomas 6 년 전
부모
커밋
25ca5cbd2a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      modules/connectivity/ParticipantConnectionStatus.js

+ 2
- 2
modules/connectivity/ParticipantConnectionStatus.js 파일 보기

@@ -23,7 +23,7 @@ const DEFAULT_NOT_IN_LAST_N_TIMEOUT = 500;
23 23
  *
24 24
  * @type {number}
25 25
  */
26
-const DEFAULT_RTC_MUTE_TIMEOUT = 2000;
26
+const DEFAULT_RTC_MUTE_TIMEOUT = 10000;
27 27
 
28 28
 /**
29 29
  * The time to wait a track to be restored. Track which was out of lastN
@@ -33,7 +33,7 @@ const DEFAULT_RTC_MUTE_TIMEOUT = 2000;
33 33
  * interrupted.
34 34
  * @type {number}
35 35
  */
36
-const DEFAULT_RESTORING_TIMEOUT = 5000;
36
+const DEFAULT_RESTORING_TIMEOUT = 10000;
37 37
 
38 38
 /**
39 39
  * Participant connection statuses.

Loading…
취소
저장