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

Skip to content

Commit 68f0f2f

Browse files
committed
[fix]更新demo中ezuikit-js版本到0.5.7
1 parent edbbb2d commit 68f0f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/base-demo/ezuikit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27754,7 +27754,7 @@ var Talk = /*#__PURE__*/function () {
2775427754

2775527755
if (urlList.length === 2) {
2775627756
// 国标设备
27757-
var talk = "talk://" + window.EZUIKit.opt.deviceSerial + ":0:" + window.EZUIKit.opt.channelNo + ":cas.ys7.com:6500";
27757+
var talk = "talk?dev=" + window.EZUIKit.opt.deviceSerial + "&chann=" + window.EZUIKit.opt.channelNo + "&encodetype=2";
2775827758
window.EZUIKit.opt.talkLink = window.EZUIKit.opt.ttsUrl.split("?")[0] + "/" + talk;
2775927759
window.EZUIKit.opt.talkType = "gb28181";
2776027760
} else {

0 commit comments

Comments
 (0)