VRFS-580 set default SessionSetConnectionStatusRefreshRate to 3 seconds

This commit is contained in:
Jonathan Kolyer 2014-02-14 08:07:24 -06:00
parent 80b042a637
commit fb3beb3859
1 changed files with 1 additions and 1 deletions

View File

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