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

Skip to content

Commit 02279e9

Browse files
authored
Update index.html
1 parent 2d8a030 commit 02279e9

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
@@ -53,7 +53,7 @@ <h2>视频模式使用示例:</h2>
5353
handleError: (data) => console.log("播放失败回调",data),
5454
handleTalkSuccess: () => console.log("对讲成功回掉"),
5555
handleTalkError: (data) = function(){console.log("对讲失败",data)},
56-
decoderVersion: "v2.6.4",
56+
decoderVersion: "v3.4",
5757
width:375,
5858
height:400,
5959
});
@@ -113,4 +113,4 @@ <h2>视频模式使用示例:</h2>
113113
}
114114
</script>
115115
</body>
116-
</html>
116+
</html>

0 commit comments

Comments
 (0)