quickvo-sdk-js 0.5.8 → 0.6.0

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/QuickVO.d.ts CHANGED
@@ -1,8 +1,14 @@
1
1
  import { Room } from './room/Room';
2
- import { QuickOptions } from './types';
2
+ import { Notify, QuickOptions } from './types';
3
3
  export declare class QuickVO extends Room {
4
4
  #private;
5
5
  constructor(options: QuickOptions);
6
+ /**
7
+ * 外部添加广播事件
8
+ * @param notify Notify
9
+ * @returns sn
10
+ */
11
+ addNotify: (notify: Notify) => string;
6
12
  /**
7
13
  * 添加 FrameRequestCallback
8
14
  * @param key string