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 CHANGED
@@ -98362,7 +98362,7 @@ class CallService {
98362
98362
  }
98363
98363
  if (this.callStatus === 7)
98364
98364
  return;
98365
- !this.accessToken && this.appId && this.useRTCToken && (this.accessToken = await this.getAccessToken());
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 {