@hysc/meeting 10.3.4 → 10.3.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -168,7 +168,7 @@ declare class BMStreamModelVM {
|
|
|
168
168
|
localModel: BMStreamModel | null;
|
|
169
169
|
room: BMRoom | null;
|
|
170
170
|
bloudStream: BloudStream | null;
|
|
171
|
-
brtcStream: SingleLocalStream |
|
|
171
|
+
brtcStream: SingleLocalStream | null;
|
|
172
172
|
/**
|
|
173
173
|
* 后面打开摄像头存储的流,主要是关闭摄像头的时候得把它清除掉
|
|
174
174
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -168,7 +168,7 @@ declare class BMStreamModelVM {
|
|
|
168
168
|
localModel: BMStreamModel | null;
|
|
169
169
|
room: BMRoom | null;
|
|
170
170
|
bloudStream: BloudStream | null;
|
|
171
|
-
brtcStream: SingleLocalStream |
|
|
171
|
+
brtcStream: SingleLocalStream | null;
|
|
172
172
|
/**
|
|
173
173
|
* 后面打开摄像头存储的流,主要是关闭摄像头的时候得把它清除掉
|
|
174
174
|
*/
|