Variable DefaultServerConfigurationConst

DefaultServerConfiguration: TServerConfiguration = { protocol: "WEBSOCKET", scheme: "https", host: "cloud.myscript.com", applicationKey: "", hmacKey: "", version: "2.3.0", useWindowLocation: false, websocket: { pingEnabled: true, pingDelay: 15000, maxPingLostCount: 20, autoReconnect: true, maxRetryCount: 2, fileChunkSize: 300000 } }

Generated using TypeDoc