livekit-client 2.7.4 → 2.7.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -11119,7 +11119,7 @@ function getOSVersion(ua) {
|
|
11119
11119
|
return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
|
11120
11120
|
}
|
11121
11121
|
|
11122
|
-
var version$1 = "2.7.
|
11122
|
+
var version$1 = "2.7.5";
|
11123
11123
|
|
11124
11124
|
const version = version$1;
|
11125
11125
|
const protocolVersion = 15;
|