@hysc/meeting 10.4.9 → 10.5.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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1215,6 +1215,8 @@ declare class BMRoomInfo {
|
|
|
1215
1215
|
totalWaitRoomUserWatcher: BehaviorSubject<number>;
|
|
1216
1216
|
isOpenWaitRoom: Subject<boolean>;
|
|
1217
1217
|
originJoinRoomParams: any;
|
|
1218
|
+
/** 原始的joinRoom 响应信息 */
|
|
1219
|
+
originRespInfo: any;
|
|
1218
1220
|
constructor(room: BMRoom);
|
|
1219
1221
|
get roomName(): string;
|
|
1220
1222
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1215,6 +1215,8 @@ declare class BMRoomInfo {
|
|
|
1215
1215
|
totalWaitRoomUserWatcher: BehaviorSubject<number>;
|
|
1216
1216
|
isOpenWaitRoom: Subject<boolean>;
|
|
1217
1217
|
originJoinRoomParams: any;
|
|
1218
|
+
/** 原始的joinRoom 响应信息 */
|
|
1219
|
+
originRespInfo: any;
|
|
1218
1220
|
constructor(room: BMRoom);
|
|
1219
1221
|
get roomName(): string;
|
|
1220
1222
|
/**
|