VRFS-580 set default SessionSetConnectionStatusRefreshRate to 3 seconds
This commit is contained in:
parent
80b042a637
commit
fb3beb3859
|
|
@ -170,7 +170,7 @@
|
|||
context.jamClient.SessionRegisterCallback("JK.HandleBridgeCallback");
|
||||
context.jamClient.RegisterRecordingCallbacks("JK.HandleRecordingStartResult", "JK.HandleRecordingStopResult", "JK.HandleRecordingStarted", "JK.HandleRecordingStopped", "JK.HandleRecordingAborted");
|
||||
context.jamClient.SessionSetAlertCallback("JK.AlertCallback");
|
||||
context.jamClient.SessionSetConnectionStatusRefreshRate(1000);
|
||||
context.jamClient.SessionSetConnectionStatusRefreshRate(3000);
|
||||
|
||||
// If you load this page directly, the loading of the current user
|
||||
// is happening in parallel. We can't join the session until the
|
||||
|
|
|
|||
Loading…
Reference in New Issue