@livedigital/client 2.18.1 → 2.18.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@livedigital/client",
3
3
  "author": "vlprojects",
4
4
  "license": "MIT",
5
- "version": "2.18.1",
5
+ "version": "2.18.2",
6
6
  "private": false,
7
7
  "bugs": {
8
8
  "url": "https://github.com/vlprojects/livedigital-sdk/issues"
@@ -488,6 +488,7 @@ class Engine {
488
488
  error,
489
489
  role: params.role,
490
490
  channelId: params.channelId,
491
+ webSocketUrl,
491
492
  });
492
493
 
493
494
  this.network.socket.disconnect();