ACS web calling connection state issue

Syam Kumar 21 Reputation points
2021-07-07T03:55:43.477+00:00

Describe the bug

I was trying to implement the azure ACS web feature in my angular application using angular redux. It had been working fine while using the "@azure/communication-calling": "1.1.0-beta.2" package. I had to update the version after deprecated the old version of the sdk. CallClient, Call Agent, join group, etc are working fine for me. After adding the call, it shows the ACS-related issue. The issue was happening after the below code execution.

addedCall.on('stateChanged', (): void => {  
            dispatch(setCallState(addedCall.state));  
          });  

To Reproduce

  1. Create Device Manager
  2. Create Call Agent
  3. Join to Group
  4. Call added
  5. After State Changing it shows the error. Please see the attached screenshot
    112375-124394233-3b617e80-dd1c-11eb-9103-8a32d192ee6b.png
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
848 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.