Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These methods must be overridden by derived classes.
| CMSPAddress pure virtual methods | Description |
|---|---|
| MSPAddressAddRef | Private AddRef method for the address. |
| MSPAddressRelease | Private Release method for the address. |
| CreateMSPCall | Called by TAPI to create a call object. The implementation in the derived class should simply call the CreateMSPCallHelper function. |
| ShutdownMSPCall | Called by TAPI to shut down a call object. The implementation in the derived class should simply call the ShutdownMSPCallHelper function. |
| GetCallMediaTypes | Gets media types supported by the MSP. |
Related topics