@hysc/meeting 5.0.99 → 5.0.100
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.
|
@@ -180,7 +180,7 @@ export default class BMStreamModelVM {
|
|
|
180
180
|
*/
|
|
181
181
|
private createStreamAndPublish;
|
|
182
182
|
publishBloudStream(audio: boolean, video: boolean): Promise<void>;
|
|
183
|
-
muteHandler(type: 'video' | 'audio'):
|
|
183
|
+
muteHandler(type: 'video' | 'audio'): void;
|
|
184
184
|
unpublishStream(): Promise<void>;
|
|
185
185
|
/**
|
|
186
186
|
* 更改音视频状态或者取消发布
|