I am using twilio conversations for chat. I did not find any information on this in the documentation.
My questions are:
- Can I get information about whether the users of the conversation are offline or online? If yes, then how to.
- Should I manually send the user online status in order for it to be available for other members of the conversation?
This https://stackoverflow.com/a/69429640/19023823 answer did not help me as it shows how to get the online status of the current users. I need to get the online status of the other members of the conversation.
Thanks.