@abrar71/lib-jitsi-meet 2146.0.0 → 2147.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": "2146.0.0",
3
+ "version": "2147.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
@@ -15348,7 +15348,7 @@ declare module "modules/webaudio/AudioMixer" {
15348
15348
  }
15349
15349
  }
15350
15350
  declare module "version" {
15351
- export const COMMIT_HASH = "5076104e";
15351
+ export const COMMIT_HASH = "df9bfa9d";
15352
15352
  }
15353
15353
  declare module "JitsiMeetJS" {
15354
15354
  import JitsiConference, { IConferenceOptions } from "JitsiConference";