easemob-chat-uikit 2.3.0-beta.2 → 2.3.0
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/ChatUI.esm.js +1 -1
- package/ChatUI.js +1 -1
- package/ChatUI.umd.js +1 -1
- package/package.json +1 -1
- package/types/module/repliedMessage/index.d.ts +1 -1
- package/README.md +0 -388
package/ChatUI.esm.js
CHANGED
|
@@ -98362,7 +98362,7 @@ class CallService {
|
|
|
98362
98362
|
}
|
|
98363
98363
|
if (this.callStatus === 7)
|
|
98364
98364
|
return;
|
|
98365
|
-
|
|
98365
|
+
this.accessToken || (this.accessToken = await this.getAccessToken());
|
|
98366
98366
|
const a = this.useRTCToken ? this.accessToken : null;
|
|
98367
98367
|
if (this.client)
|
|
98368
98368
|
try {
|