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
Create Device Manager
Create Call Agent
Join to Group
Call added
After State Changing it shows the error. Please see the attached screenshot
