@hysc/meeting 5.0.99 → 5.0.101

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'): Promise<void>;
183
+ muteHandler(type: 'video' | 'audio'): void;
184
184
  unpublishStream(): Promise<void>;
185
185
  /**
186
186
  * 更改音视频状态或者取消发布
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "5.0.99",
3
+ "version": "5.0.101",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",
@@ -19,13 +19,13 @@
19
19
  "@hysc/p-queue": "6.3.0",
20
20
  "rxjs": "^7.5.5",
21
21
  "typescript": "^4.6.3",
22
- "@hysc/bloud": "1.0.97",
23
- "@hysc/core": "5.0.97",
22
+ "@hysc/bloud": "1.0.99",
23
+ "@hysc/core": "5.0.99",
24
24
  "@hysc/logger": "1.0.0",
25
25
  "@hysc/utils": "1.2.4"
26
26
  },
27
27
  "peerDependencies": {
28
- "@hysc/core": "5.0.97"
28
+ "@hysc/core": "5.0.99"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash-es": "^4.17.6"
@@ -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'): Promise<void>;
183
+ muteHandler(type: 'video' | 'audio'): void;
184
184
  unpublishStream(): Promise<void>;
185
185
  /**
186
186
  * 更改音视频状态或者取消发布