CMSPCallBase Pure Virtual Methods
These methods must be overridden by derived classes.
CMSPCallBase pure virtual methods | Description |
---|---|
MSPCallAddRef | Private AddRef method for the call object. |
MSPCallRelease | Private Release method for the call object. |
Init | Called by the MSP address object (in the method CreateMSPCall) to initialize the MSP call object. |
ShutDown | Called by the MSP address object to shut down the call.. |
InternalCreateStream | Called by CreateStream to create a stream object. |
CreateStreamObject | Called by InternalCreateStream to create a stream object. |
RemoveStream | Called by the application to remove a stream from the call |
Related topics