You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear All,
I want to develop Video calling in Desktop Softphone,does there is any source code to help for development in VC++.
The boghe source code is in C#,I am getting problem in that,pls provide us
solution for development.
Thanks in Advance
Santosh Singh
Original issue reported on code.google.com by santoshm...@gmail.com on 18 Nov 2010 at 7:30
The text was updated successfully, but these errors were encountered:
Boghe is a GUI oriented demo client developed in C# 3.0 and uses WFP. If you
want to develop your own client in C/C++ you should only checkout doubango
source code (http://code.google.com/p/doubango/).
Doubango is in ANSI-C and already contains all you need (DirectSound,
DirectShow, SIP, SDP, RTP, STUN, ...) to develop a desktop client. To get
started please open tinyDEMO.sln (ANSI-C project) from doubango source code.
This demo client uses scenarios. For more information about how to test
audio/video calls using scenarios:
http://doubango.googlecode.com/svn/trunk/documentation/programmer-guide.pdf
Original comment by boss...@yahoo.fr on 18 Nov 2010 at 8:08
Original issue reported on code.google.com by
santoshm...@gmail.com
on 18 Nov 2010 at 7:30The text was updated successfully, but these errors were encountered: