[Web] [ACS] [CHAT] Chat SDK timeouts like Calling SDK timeouts

pawan.singh 0 Reputation points
2023-06-16T15:20:14.88+00:00

Just like we have Reconnect/removal participant timeout for Calling SDK do we have anything like that for chat? Or is it like once a participant is added they are just added and never removed till we explicitly remove them (Consider cases like internet disconnected, in this case we can't really removeParticipant, so does that user gets removed from the chat after sometime? If yes, then after how much time? If No, how else should we handle it?)
User's image

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,256 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,111 Reputation points Microsoft Employee Moderator
    2023-06-21T05:00:42+00:00

    @pawan.singh Thanks for your patience on this.

    I have checked with Azure Communication Service Engineering on this and sharing the below.

    Chat Service in ACS is inherently different from calling Service and also it is a store and forward system and doesn't require a live connection for messages.
    Once the participant is added to a thread it will be there until explicitly removed and has access to the messages on the thread regardless of the connection status.

    Feel free to reach back to me if you have any further questions on this.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.