Building echo server in MSN Messenger

  • Thread starter Thread starter Nuno Magalhaes
  • Start date Start date
N

Nuno Magalhaes

How can I build an echo server that replies all the RTP/RTCP packets of
a audio/video conversation in MSN Messenger?

DotMSN SDK and MSNP9 seems no to support this type of interaction.

Any help is appreciated,
Nuno Magalhaes.
 
Nuno,

There is no managed support for MSN messenger in the .NET framework.
However, I do know that MSN messenger has an API that you can use through
COM. Have you explored the possibility of exploring this through COM
interop?

Hope this helps.
 
I've already explored COM but there is no support for webcamera/audio
communication... only instant text messages.

The site is: http://www.xihsolutions.net/dotmsn

Thanks for the help,
Nuno Magalhaes.
Nuno,

There is no managed support for MSN messenger in the .NET framework.
However, I do know that MSN messenger has an API that you can use through
COM. Have you explored the possibility of exploring this through COM
interop?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Nuno Magalhaes said:
How can I build an echo server that replies all the RTP/RTCP packets of
a audio/video conversation in MSN Messenger?

DotMSN SDK and MSNP9 seems no to support this type of interaction.

Any help is appreciated,
Nuno Magalhaes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top