quickvo-sdk-js 1.6.61 → 1.6.63

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.
@@ -10,5 +10,7 @@ export declare class PublisherController {
10
10
  private _reject?;
11
11
  exe: () => Promise<void>;
12
12
  add: (mediaTypes: K_mediaType[]) => Promise<boolean>;
13
+ /** 取消待执行的防抖发布,并结束挂起的 publish Promise,避免 await publish 永久悬挂 */
14
+ clear: () => void;
13
15
  getMediaTypes: () => ("mc_audio" | "mc_video" | "ss_video" | "ss_audio")[];
14
16
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "1.6.61",
4
+ "version": "1.6.63",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"