podchat-browser 12.5.2-snapshot.1 → 12.5.2-snapshot.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/chat.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat-browser",
3
- "version": "12.5.2-snapshot.1",
3
+ "version": "12.5.2-snapshot.2",
4
4
  "description": "Javascript SDK to use POD's Chat Service - Browser Only",
5
5
  "main": "./src/chat.js",
6
6
  "scripts": {
package/src/chat.js CHANGED
@@ -508,7 +508,8 @@
508
508
  connectionCheckTimeoutThreshold: connectionCheckTimeoutThreshold,
509
509
  messageTtl: messageTtl,
510
510
  reconnectOnClose: reconnectOnClose,
511
- asyncLogging: asyncLogging
511
+ asyncLogging: asyncLogging,
512
+ logLevel: (consoleLogging ? 3 : 1)
512
513
  });
513
514
  callModule.asyncInitialized(asyncClient);
514
515
  chatMessaging.asyncInitialized(asyncClient);