chat history how to clear chat history when i am joining call
Hi @ghanshyampateltest ,
Thanks for your question. If I’m understanding correctly, you can add in functionality to clear your chat history with an event listener. At a high level, you’d use the user-added
event to listen for a user joining the call. Then you can create and pass in a function to get chat history, and then clear the returned array.
Thanks,
Rehema