livekit-client 2.9.7 → 2.9.8
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.
@@ -11169,7 +11169,7 @@ function getOSVersion(ua) {
|
|
11169
11169
|
return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
|
11170
11170
|
}
|
11171
11171
|
|
11172
|
-
var version$1 = "2.9.
|
11172
|
+
var version$1 = "2.9.8";
|
11173
11173
|
|
11174
11174
|
const version = version$1;
|
11175
11175
|
const protocolVersion = 15;
|
@@ -13064,7 +13064,7 @@ class SignalClient {
|
|
13064
13064
|
if (this.ws) {
|
13065
13065
|
yield this.close(false);
|
13066
13066
|
}
|
13067
|
-
this.ws = new WebSocket(urlObj);
|
13067
|
+
this.ws = new WebSocket(urlObj.toString());
|
13068
13068
|
this.ws.binaryType = 'arraybuffer';
|
13069
13069
|
this.ws.onopen = () => {
|
13070
13070
|
clearTimeout(wsTimeout);
|