ezuikit-js 0.6.4-beta0 → 0.6.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.
package/README.md CHANGED
@@ -388,7 +388,7 @@ themeData将主题数据本地化,设置本地数据,需要删除template参
388
388
 
389
389
  #### 切换地址播放
390
390
 
391
- > 可用于在播放中切换设备,切换播放参数,以及直播切换回放等
391
+ > 可用于在播放中切换设备,切换播放参数,以及直播切换回放等。请注意,频繁切换可能导致异常,切换间隔至少需要1秒
392
392
 
393
393
  ```
394
394
  player.changePlayUrl(options)
@@ -39,7 +39,7 @@
39
39
  id: 'video-container', // 视频容器ID
40
40
  accessToken: accessToken,
41
41
  url: 'ezopen://open.ys7.com/G39444019/1.live',
42
- template: 'simple', // simple - 极简版;standard-标准版;security - 安防版(预览回放);voice-语音版; theme-可配置主题;
42
+ // template: 'simple', // simple - 极简版;standard-标准版;security - 安防版(预览回放);voice-语音版; theme-可配置主题;
43
43
  plugin: ['talk'], // 加载插件,talk-对讲
44
44
  width: 600,
45
45
  height: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ezuikit-js",
3
- "version": "0.6.4-beta0",
3
+ "version": "0.6.4",
4
4
  "description": "ezuikit javascript for npm",
5
5
  "main": "ezuikit.js",
6
6
  "scripts": {