How to get message sending status in ts-sdk

There is no example of getting the message-sending status. Can you guys provide me an example? Thanks.

Hi @sarathdixit

We’re checking in on this for you, thank you

Amity Support

Hi @sarathdixit Thank you for your patience.

With TS SDK, message sending status actually isn’t required.
You can check for responses in your system, eg

isSending -> yes
send a message using SDK
response recieved?
isSending -> no

Amity Support