Skip to content

Commit b77e2a1

Browse files
committed
demo: update
1 parent 7208c80 commit b77e2a1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

demos/vue-demo/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/vue-demo/src/components/Player.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<button v-on:click="capturePicture">capturePicture</button>
1313
<button v-on:click="fullScreen">fullScreen</button>
1414
<button v-on:click="getOSDTime">getOSDTime</button>
15-
<button v-on:click="ezopenStartTalk">开始对讲</button>
16-
<button v-on:click="ezopenStopTalk">结束对讲</button>
17-
<button v-on:click="destroy">销毁</button>
15+
<button v-on:click="ezopenStartTalk">startTalk</button>
16+
<button v-on:click="ezopenStopTalk">stopTalk</button>
17+
<button v-on:click="destroy">destroy</button>
1818
</div>
1919
</div>
2020
</template>
@@ -46,8 +46,8 @@ export default {
4646
player = new EZUIKit.EZUIKitPlayer({
4747
id: "video-container", // 视频容器ID
4848
accessToken:
49-
"at.0siysnsad14jkcgmbnp2pbop427gcbx6-8l00xx7oa9-193qkwi-ryfn1m0j",
50-
url: "ezopen://open.ys7.com/BC7900686/1.hd.live",
49+
"at.1gskp9sk9b8pol288qw4f0ladj6ow00a-2obk8zrvgd-0icd73x",
50+
url: "ezopen://open.ys7.com/BA7248908/1.hd.live",
5151
// simple: 极简版; pcLive: pc直播; pcRec: pc回放; mobileLive: 移动端直播; mobileRec: 移动端回放;security: 安防版; voice: 语音版;
5252
template: "pcLive",
5353
// plugin: ["talk"], // 加载插件,talk-对讲

0 commit comments

Comments
 (0)