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.
2 parents 030c964 + 02279e9 commit 8a44559Copy full SHA for 8a44559
demos/base-demo/index.html
@@ -54,7 +54,7 @@ <h2>视频模式使用示例:</h2>
54
handleError: (data) => console.log("播放失败回调",data),
55
handleTalkSuccess: () => console.log("对讲成功回掉"),
56
handleTalkError: (data) = function(){console.log("对讲失败",data)},
57
- decoderVersion: "v2.6.4",
+ decoderVersion: "v3.4",
58
width:375,
59
height:400,
60
});
@@ -114,4 +114,4 @@ <h2>视频模式使用示例:</h2>
114
}
115
</script>
116
</body>
117
-</html>
+</html>
0 commit comments