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 4f62398 + 83b1afe commit 500238bCopy full SHA for 500238b
ezuikit.js
@@ -28249,6 +28249,7 @@ class Monitor {
28249
break;
28250
case 'stopTalk':
28251
// window.stopTalk()
28252
+ _this.stopTalk();
28253
// params.stopTalk();
28254
_this.openSound();
28255
@@ -30351,7 +30352,7 @@ class EZUIKitPlayer {
30351
30352
this.Talk.startTalk();
30353
}
30354
stopTalk() {
- this.Talk.startTalk();
30355
+ this.Talk.stopTalk();
30356
30357
destroy() {
30358
var destroyRT = this.jSPlugin.JS_DestroyWorker(0);
0 commit comments