@hysc/meeting 10.9.3 → 10.9.4
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -2491,6 +2491,7 @@ declare class BMRoom {
|
|
|
2491
2491
|
getForceUser(forceId: string): Promise<void>;
|
|
2492
2492
|
queryBloudUsers(uids: string[], forceUpdateSort?: boolean, forceGetStream?: boolean): Promise<Map<string, BCClient.BCUser>>;
|
|
2493
2493
|
getVersion(): string;
|
|
2494
|
+
setQdtlsKey(key: string): void;
|
|
2494
2495
|
}
|
|
2495
2496
|
|
|
2496
2497
|
export { BMChatVM, BMMessageInfo, BMRoomInfo, BMRoomVM, BMStreamModel, BMStreamModelVM, BMUser, BMUserVM, BMRoom as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -2491,6 +2491,7 @@ declare class BMRoom {
|
|
|
2491
2491
|
getForceUser(forceId: string): Promise<void>;
|
|
2492
2492
|
queryBloudUsers(uids: string[], forceUpdateSort?: boolean, forceGetStream?: boolean): Promise<Map<string, BCClient.BCUser>>;
|
|
2493
2493
|
getVersion(): string;
|
|
2494
|
+
setQdtlsKey(key: string): void;
|
|
2494
2495
|
}
|
|
2495
2496
|
|
|
2496
2497
|
export { BMChatVM, BMMessageInfo, BMRoomInfo, BMRoomVM, BMStreamModel, BMStreamModelVM, BMUser, BMUserVM, BMRoom as default };
|