hello i'm using radchat on my project and i have two questions
one
I've read how to sending a image but i'm not sure how i can send other files like Audio,video...
ChatMediaMessage mediaMessage = new ChatMediaMessage(img, new Size(300, 200), null, Chat_Box.Author, DateTime.Now);
two
and also are some of them like video types going to have a preview in the radchat like the image or not
if not how i can access the file that radchat is showing to execute it example like this Process.Start("C:\\");
thank you