sipxmedialib
Version 3.3
|
#include "rtcp/RtcpConfig.h"
#include "IBaseClass.h"
#include "IRTCPRegister.h"
#include "IRTCPSession.h"
Go to the source code of this file.
Functions | |
virtual bool | TerminateSession (IRTCPSession *piRTCPSession)=0 |
|
pure virtual |
Method Name: TerminateSession
Inputs: IRTCPSession *piRTCPSession Interface used as a unqiue handle for identifying session
Outputs: None
Returns: boolean
Description: The TerminateSession() method shall manage the termination of and RTCP session. This shall include the graceful release of all associated objects as well as the deallocation of all resources associated with each contained RTCP connection.
Usage Notes: