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.
 
Back
Top