Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8353e93

Browse files
committed
[CHG]修改默认模板配置
1 parent fe3aa10 commit 8353e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/base-demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ <h2>视频模式使用示例:</h2>
3232
var playr = new EZUIKit.EZUIKitPlayer({
3333
id: 'video-container', // 视频容器ID
3434
accessToken: 'xxx',
35-
url: 'ezopen://open.ys7.com/Cxxxxxxxx/1.rec?begin=20210329100000&end=20210329110000',
36-
template: 'security', // simple - 极简版;standard-标准版;security - 安防版(预览回放);voice-语音版;
35+
url: 'ezopen://open.ys7.com/Cxxxxxxxx/1.live',
36+
template: 'simple', // simple - 极简版;standard-标准版;security - 安防版(预览回放);voice-语音版;
3737
autoplay: true,
3838
// 视频上方头部控件
3939
header: ['capturePicture','save','zoom'], // 如果templete参数不为simple,该字段将被覆盖

0 commit comments

Comments
 (0)