@hysc/meeting 10.9.4 → 10.9.5

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 CHANGED
@@ -2491,7 +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
+ setQdtlsKey(key: string): Promise<void>;
2495
2495
  }
2496
2496
 
2497
2497
  export { BMChatVM, BMMessageInfo, BMRoomInfo, BMRoomVM, BMStreamModel, BMStreamModelVM, BMUser, BMUserVM, BMRoom as default };
package/dist/index.d.ts CHANGED
@@ -2491,7 +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
+ setQdtlsKey(key: string): Promise<void>;
2495
2495
  }
2496
2496
 
2497
2497
  export { BMChatVM, BMMessageInfo, BMRoomInfo, BMRoomVM, BMStreamModel, BMStreamModelVM, BMUser, BMUserVM, BMRoom as default };