Hey there,
I am building an application that, among other things, uses the chat function of the Video SDK. Now I would really like to be able to reply to messages and create a thread like in Zoom. I know the Meeting SDK has the IsComment and IsThread, as well as GetThreadID, in the chat message info. As far as I can find, the Video SDK does not have a similar system of threads and comments for replying to messages.
How can one make a repy system like the one in Zoom using the video SDK? Am I missing something?
Thanks for the help in advance.