question

SyamKumar-7957 avatar image
0 Votes"
SyamKumar-7957 asked Grmacjon-MSFT commented

ACS web calling connection state issue

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
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for reaching here! we are taking care of this issue here. https://github.com/Azure/Communication/issues/328

0 Votes 0 ·

Hi @SyamKumar-7957,

The engineering team responded to your Github post with some follow-up questions. Posting here for visibility. Feel free to respond on Github so we can track this issue on one platfrom.


Thanks,
Grace

0 Votes 0 ·

0 Answers