Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,

I am trying to use WebRTC on C# Winform. I have tried the default web browser control, but it doesn't work and also I tried Webkit browser control and also it doesn't work :(


Any suggestion ?
Posted
Comments
Vedat Ozan Oner 10-Feb-14 11:21am    
what is your purpose?
sameh_eisa 10-Feb-14 12:08pm    
I am designing a video chat application using WebBrowser Control on Winform. The default Webbrowser and Webkit controls don't support WebRTC.
Vedat Ozan Oner 10-Feb-14 13:09pm    
then why do you need to use web-related controls if you have the winforms option?
sameh_eisa 11-Feb-14 6:32am    
the video chat service is intended to communicate with a web-based application on the other side of the communication. Therefore, I prefer to have a browser-to-browser chatting, just for simplicity.
Member 11612662 5-May-15 22:18pm    
Now, have you implement video chat application using WebBrowser control on Winform?

1 solution

Supported browsers include Chrome, Firefox and Opera. You can check out at http://www.webrtc.org/[^]. Install one of them and have a try.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900