@abrar71/lib-jitsi-meet 2137.0.0 → 2139.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/RTC/JitsiLocalTrack.js +2 -0
- package/dist/esm/modules/RTC/JitsiLocalTrack.js.map +1 -1
- package/dist/esm/modules/xmpp/ChatRoom.js +11 -7
- package/dist/esm/modules/xmpp/ChatRoom.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 +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -15322,7 +15322,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15322
15322
|
}
|
|
15323
15323
|
}
|
|
15324
15324
|
declare module "version" {
|
|
15325
|
-
export const COMMIT_HASH = "
|
|
15325
|
+
export const COMMIT_HASH = "cd9f1169";
|
|
15326
15326
|
}
|
|
15327
15327
|
declare module "JitsiMeetJS" {
|
|
15328
15328
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|