Hello, we are using APIS from (ref- Amity API)
we want to something like;
Suppose there are two users userA & userB, and they are chatting to each other and we created a conversation channel for this chat.
now we want to delete chat from userA account but need to display in userB account how can we do?
we tried using remove users from a channel but it gives an error : Can’t remove users in the conversation channel.
can you please help how can we achive this requirement?
@vibhorMaheshwari Regarding the question you asked, when you delete the channel, the following occurs:
- The channel will be removed from the channel list for BOTH users, as referenced in this document: https://docs.amity.co/amity-sdk/chat/channels#conversation. Unfortunately, the use case you’re looking for, by the design of our product, cannot be achieved at this time.