@abrar71/lib-jitsi-meet 2157.0.0 → 2158.0.0
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/dist/esm/modules/browser/BrowserCapabilities.js +4 -7
- package/dist/esm/modules/browser/BrowserCapabilities.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/umd/lib-jitsi-meet.min.js +1 -1
- package/dist/umd/lib-jitsi-meet.min.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +4 -4
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1419,10 +1419,10 @@ declare module "modules/browser/BrowserCapabilities" {
|
|
|
1419
1419
|
*/
|
|
1420
1420
|
supportsTrackBasedStats(): boolean;
|
|
1421
1421
|
/**
|
|
1422
|
-
* Returns true if VP9 is supported by the client on the browser.
|
|
1423
|
-
* and older versions of Firefox because of issues. Please check https://bugs.webkit.org/show_bug.cgi?id=231074 for
|
|
1424
|
-
* details.
|
|
1422
|
+
* Returns true if VP9 is supported by the client on the browser.
|
|
1425
1423
|
*
|
|
1424
|
+
* Disabled on WebKit-based browsers (Safari/iOS). Firefox is supported on version 151+ (see:
|
|
1425
|
+
* https://bugzilla.mozilla.org/show_bug.cgi?id=1633876).
|
|
1426
1426
|
* @returns {boolean}
|
|
1427
1427
|
*/
|
|
1428
1428
|
supportsVP9(): boolean;
|
|
@@ -15373,7 +15373,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15373
15373
|
}
|
|
15374
15374
|
}
|
|
15375
15375
|
declare module "version" {
|
|
15376
|
-
export const COMMIT_HASH = "
|
|
15376
|
+
export const COMMIT_HASH = "3d0cc1cb";
|
|
15377
15377
|
}
|
|
15378
15378
|
declare module "JitsiMeetJS" {
|
|
15379
15379
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|