@abrar71/lib-jitsi-meet 2158.0.0 → 2159.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abrar71/lib-jitsi-meet",
3
- "version": "2158.0.0",
3
+ "version": "2159.0.0",
4
4
  "description": "JS library for accessing Jitsi server side deployments",
5
5
  "repository": {
6
6
  "type": "git",
package/types/index.d.ts CHANGED
@@ -15373,7 +15373,7 @@ declare module "modules/webaudio/AudioMixer" {
15373
15373
  }
15374
15374
  }
15375
15375
  declare module "version" {
15376
- export const COMMIT_HASH = "3d0cc1cb";
15376
+ export const COMMIT_HASH = "8d372153";
15377
15377
  }
15378
15378
  declare module "JitsiMeetJS" {
15379
15379
  import JitsiConference, { IConferenceOptions } from "JitsiConference";