@abrar71/lib-jitsi-meet 2119.0.0 → 2121.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
package/types/index.d.ts
CHANGED
|
@@ -15202,7 +15202,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15202
15202
|
}
|
|
15203
15203
|
}
|
|
15204
15204
|
declare module "version" {
|
|
15205
|
-
export const COMMIT_HASH = "
|
|
15205
|
+
export const COMMIT_HASH = "44b02047";
|
|
15206
15206
|
}
|
|
15207
15207
|
declare module "JitsiMeetJS" {
|
|
15208
15208
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|