@vtx/player 0.0.3 → 0.0.4

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.
@@ -17,6 +17,8 @@ interface LiveControlProps {
17
17
  width?: number | string;
18
18
  /** 高度 */
19
19
  height?: number | string;
20
+ /** 轮询频率 */
21
+ polling?: number;
20
22
  }
21
23
  export declare type ChannelType = {
22
24
  /** 通道号 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/player",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "description": "视频业务组件",
6
6
  "main": "./dist/index.umd.js",