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

Skip to content

Commit 500238b

Browse files
authored
Merge pull request Ezviz-OpenBiz#46 from grath10/dev
fix bug - about stopTalk
2 parents 4f62398 + 83b1afe commit 500238b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ezuikit.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28249,6 +28249,7 @@ class Monitor {
2824928249
break;
2825028250
case 'stopTalk':
2825128251
// window.stopTalk()
28252+
_this.stopTalk();
2825228253
// params.stopTalk();
2825328254
_this.openSound();
2825428255
break;
@@ -30351,7 +30352,7 @@ class EZUIKitPlayer {
3035130352
this.Talk.startTalk();
3035230353
}
3035330354
stopTalk() {
30354-
this.Talk.startTalk();
30355+
this.Talk.stopTalk();
3035530356
}
3035630357
destroy() {
3035730358
var destroyRT = this.jSPlugin.JS_DestroyWorker(0);

0 commit comments

Comments
 (0)