Amity dont working

amityClient.on(‘connectionStatusChanged’, ({ newValue }: any) => {
console.log(‘newValue’, newValue);
if (newValue === ConnectionStatus.Connected) {
currentUserId = userId;
resolve();
}
});

newValue always is connecting. I cant get messages

@sang We recommend transitioning to the TypeScript SDK, which offers enhanced features and improved performance. It’s also important to note that the JavaScript SDK will be deprecated in September of this year. For more information, please refer to the announcement here: Install JavaScript SDK (Deprecated) | Amity Docs. Additionally, please ensure that you are using our latest version of SDK or UIKit. If you encounter any issues, do not hesitate to let us know.

@amitysupport
But we are using it and right now our customers can’t talk to each other

Hello @sang, our team is currently investigating the issue, we will keep you posted on the updates.

Hello, we have addressed the issue, could you pls retest?