Does anyone know of a good .Net VoIP library.
Posted
by
Vaelen
on Stack Overflow
See other posts from Stack Overflow
or by Vaelen
Published on 2011-02-24T06:56:01Z
Indexed on
2011/02/24
7:25 UTC
Read the original article
Hit count: 150
I have been searching for ages now for a good .Net based VoIP library. After having tried conaito and SIP.Net I have still haven't found anything that truly fits my needs.
Basically all of these are constructed using ActiveX. Unfortunately ActiveX and WPF don't play well together. And ClickOnce Deployment doesn't register Interop COM components.
I need to find a good, pure .Net managed code implementation.
© Stack Overflow or respective owner