|
@@ -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.
|