ezuikit-js 0.3.1-beta.0 → 0.3.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ezuikit.js +8 -0
- package/package.json +1 -1
package/ezuikit.js
CHANGED
|
@@ -9773,6 +9773,14 @@ class EZUIKitPlayer {
|
|
|
9773
9773
|
});
|
|
9774
9774
|
}
|
|
9775
9775
|
|
|
9776
|
+
startTalk() {
|
|
9777
|
+
this.Talk.startTalk();
|
|
9778
|
+
}
|
|
9779
|
+
|
|
9780
|
+
stopTalk() {
|
|
9781
|
+
this.Talk.startTalk();
|
|
9782
|
+
}
|
|
9783
|
+
|
|
9776
9784
|
_getRealUrlPromise(accessToken, url) {
|
|
9777
9785
|
var apiDomain = this.env.domain;
|
|
9778
9786
|
|