@abrar71/lib-jitsi-meet 2135.0.0 → 2136.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
|
@@ -15285,7 +15285,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15285
15285
|
}
|
|
15286
15286
|
}
|
|
15287
15287
|
declare module "version" {
|
|
15288
|
-
export const COMMIT_HASH = "
|
|
15288
|
+
export const COMMIT_HASH = "0c6afe89";
|
|
15289
15289
|
}
|
|
15290
15290
|
declare module "JitsiMeetJS" {
|
|
15291
15291
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|