Skip to content

ACS web calling connection state issue #328

@syamlogisime

Description

@syamlogisime

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
Steps to reproduce the behavior:

  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

image
Please help me to figure it out.

Metadata

Metadata

Labels

BugSomething isn't workingCallingIssue involves Calling functionality.JavaScriptIssues involving the JavaScript SDK

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions