@abrar71/lib-jitsi-meet 2158.0.0 → 2160.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/JitsiTrack.js +15 -12
- package/dist/esm/modules/RTC/JitsiTrack.js.map +1 -1
- package/dist/esm/modules/RTC/RTCUtils.js +13 -6
- package/dist/esm/modules/RTC/RTCUtils.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
|
@@ -15373,7 +15373,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15373
15373
|
}
|
|
15374
15374
|
}
|
|
15375
15375
|
declare module "version" {
|
|
15376
|
-
export const COMMIT_HASH = "
|
|
15376
|
+
export const COMMIT_HASH = "a16478a8";
|
|
15377
15377
|
}
|
|
15378
15378
|
declare module "JitsiMeetJS" {
|
|
15379
15379
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|