ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

How to clear group chat history for specific user. #76

Closed yogitaV-dev closed 4 years ago

yogitaV-dev commented 4 years ago

Hello, i want to clear group chat history only from my side, but whenever i am trying to clear chat history in group that time chat is deleted for all users of this group. so how can i achieve this.

currently i am trying with below code as mentioned in doc. for private chat works fine but for group chat it is clearing the data for all user added in specific group.

ConnectyCube.chat.message.delete(messageIds, params, (error, result) => {});

test device : Android