Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8a030 commit 02279e9Copy full SHA for 02279e9
demos/base-demo/index.html
@@ -53,7 +53,7 @@ <h2>视频模式使用示例:</h2>
53
handleError: (data) => console.log("播放失败回调",data),
54
handleTalkSuccess: () => console.log("对讲成功回掉"),
55
handleTalkError: (data) = function(){console.log("对讲失败",data)},
56
- decoderVersion: "v2.6.4",
+ decoderVersion: "v3.4",
57
width:375,
58
height:400,
59
});
@@ -113,4 +113,4 @@ <h2>视频模式使用示例:</h2>
113
}
114
</script>
115
</body>
116
-</html>
+</html>
0 commit comments