Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Implemented in DivaSDK.dll

  • Adding a reference to this DLL in your Visual Studio project gives Intellisense support within the editor, just like a .Net namespace

  • The 'Interop' DLL that interfaces to .Net is automatically created for you when you add the reference to DivaSDK.dll to your project

  • The Component API is simpler to use than the API for .Net

  • The Component API includes powerful functions such as Conferencing and Call Transfer

  • The Component API allows access to low-level call-control and media-handling though DivaCPT properties

  • Only a few applications are not recommended for the Component API, the most significant of which are passive monitoring and recording and handling many channels of voice or fax streams as raw data. For applications like these, we recommend using the AudioProvider model.

Diva API for .Net 

The Diva API for .Net is a managed wrapper for the underlying Diva API for C/C++.

...