reduced webrtc retry attempts from 5 to 3
This commit is contained in:
parent
008d59c85d
commit
1bc100f4c7
@ -33,7 +33,7 @@ package org.bigbluebutton.modules.phone.managers
|
||||
public class WebRTCCallManager
|
||||
{
|
||||
private static const LOGGER:ILogger = getClassLogger(WebRTCCallManager);
|
||||
private const MAX_RETRIES:Number = 5;
|
||||
private const MAX_RETRIES:Number = 3;
|
||||
|
||||
private var browserType:String = "unknown";
|
||||
private var browserVersion:int = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user