Skip to content

Commit cc4eea0

Browse files
committed
demo: update
1 parent 1da9117 commit cc4eea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/base-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>视频模式使用示例:</h2>
5757
player = new EZUIKit.EZUIKitPlayer({
5858
id: "video-container", // 视频容器ID
5959
accessToken:
60-
"at.0bcxc4b84rh5c1405waik5vi9uzmcbnu-9gwrqfivpn-1hif4xu-vrgxwvuq",
60+
"ra.2zhsfvhv5n36uqiu5skq9a458d9g28o0-361rtyke9p-1r80x45-iteypfxmq",
6161
url: "ezopen://open.ys7.com/BC7799091/1.hd.live",
6262
template: "pcLive", // simple: 极简版; pcLive: 预览; pcRec: 回放; security: 安防版; voice: 语音版;
6363
plugin: ["talk"], // 加载插件,talk-对讲

demos/base-demo/mobileLive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>视频模式使用示例:</h2>
5050
player = new EZUIKit.EZUIKitPlayer({
5151
id: "video-container", // 视频容器ID
5252
accessToken:
53-
"at.0bcxc4b84rh5c1405waik5vi9uzmcbnu-9gwrqfivpn-1hif4xu-vrgxwvuqn",
53+
"at.0bcxc4b84rh5c1405waik5vi9uzmcbnu-9gwrqfivpn-1hif4xu-vrgxwvuq",
5454
url: "ezopen://open.ys7.com/BC7799091/1.hd.live",
5555
template: "mobileLive", // simple: 极简版; pcLive: 预览; pcRec: 回放; security: 安防版; voice: 语音版;
5656
plugin: ["talk"], // 加载插件,talk-对讲

demos/base-demo/mobileRec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
player = new EZUIKit.EZUIKitPlayer({
5252
id: "video-container", // 视频容器ID
5353
accessToken:
54-
"at.0bcxc4b84rh5c1405waik5vi9uzmcbnu-9gwrqfivpn-1hif4xu-vrgxwvuqn",
54+
"at.0bcxc4b84rh5c1405waik5vi9uzmcbnu-9gwrqfivpn-1hif4xu-vrgxwvuq",
5555
url: "ezopen://open.ys7.com/BC7799091/1.rec",
5656
template: "mobileRec", // simple: 极简版; pcLive: 预览; pcRec: 回放; security: 安防版; voice: 语音版;
5757
width: width,

0 commit comments

Comments
 (0)