Hello ladies and gents! Short question with a long answer (most likely). I am working on a multiple-client instant messenging application, and I would like to put VoIP into it (Voice over IP). Do I have many weeks of headaches ahead of me or have the nice *cough* people at microsoft put something into VB.NET to make it easy for me
I'm using VB.NET2003 (don't ask....)
Thank you in advance.

VoIP
Eduardo Cobuci
Matthieu_M
There's nothing special about voice over IP, apart from any patents being held by those that have developed compression and transmission algorithms to make it useable. It's just a stream of bytes. VoiceOver IP has been around a loooong time.
You have a several of options:
Contact someone who offers VOIP and ask them for the protocol (Bwahhhhaa!)
Make your own - interface with the microphone, take the streaming bytes, shove them out over a TCP connection, rebuild them as streaming audio on the other end and play the resultant sound.
Get someone else to do it for a price.
Get someone else to do it for free (Bwaahhhaaa!)
Don't go up against the big boys - use what they have - they may have a 'plugin' which hides all their patented technology, but allows you to incorporae an application in your application. Maybe they already have an SDK.
The last item is probably your best option (Google Skype + API).
is4me2
Alan Churchill
Rich S
Maybe the Real Time Communications Client API is something that you'd be interested in...
http://msdn.microsoft.com/library/default.asp url=/library/en-us/rtcclnt/rtc/real_time_communications_rtc_client_start_page.asp
Best regards,
Johan Stenberg
Yvan
Maybe you'd like to download Visual Basic 2005 Express and give it a try
Best regards,
Johan Stenberg
Boris Meltser
But I'm talking about how to CODE it.
Dean Wagner
THal
So I take it there's no namespace hidden somewhere I guess it's not really a staple part of Windows, is it...
peterdarvas
None of them will work on 2003 which I am using. Any ideas
Scheinka
Maybe this could be of interest:
http://msdn.microsoft.com/vstudio/express/vb/starterkit/#skype
Please note that this is still in Beta, and I haven't tried it myself yet...
Best regards,
Johan Stenberg