Location:
sipregistrationcontext.h
class MSIPRegistrationContext;
The interface for providing information for the SIP request and dialog creation.
n/a
Defined in MSIPRegistrationContext
:
ContextId()
, IsContextActive()
, ~MSIPRegistrationContext()
virtual TBool IsContextActive() const=0;
Checks if the registration context can be used for creating SIP messages/dialogs
|
virtual TUint32 ContextId() const=0;
Gets the context id.
|