@hysc/meeting 5.0.58 → 5.0.59
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/esm/boom-meeting/src/BMStream/BMStreamModelVM.d.ts +6 -0
- package/esm/index.js +1 -1
- package/esm/index.js.map +3 -3
- package/esm/src/BMStream/BMStreamModelVM.d.ts +6 -0
- package/esm/utils/ErrorTypes.d.ts +7 -1
- package/package.json +3 -3
- package/umd/boom-meeting/src/BMStream/BMStreamModelVM.d.ts +6 -0
- package/umd/index.js +1 -1
- package/umd/utils/ErrorTypes.d.ts +7 -1
|
@@ -75,6 +75,12 @@ export default class BMStreamModelVM {
|
|
|
75
75
|
*/
|
|
76
76
|
noBigContainerWatcher: Subject<BMStreamModel>;
|
|
77
77
|
localStreamConnectErrorWatcher: Subject<BoomError>;
|
|
78
|
+
/**
|
|
79
|
+
* 共享屏幕相关错误
|
|
80
|
+
* 包括,共享客户端错误
|
|
81
|
+
* 共享屏幕流错误
|
|
82
|
+
*/
|
|
83
|
+
localShareError: Subject<BoomError>;
|
|
78
84
|
constructor();
|
|
79
85
|
private static filterStreamModels;
|
|
80
86
|
initWithRoom(room: BMRoom): this;
|