MLtsyDispatchCallControlMultipartyCreateConference Class Reference

class MLtsyDispatchCallControlMultipartyCreateConference : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleCreateConferenceReqL(TInt, TInt)

TInt HandleCreateConferenceReqL ( TInt aHeldCallId,
TInt aSecondCallId
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EMobileConferenceCallCreateConference request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlMultipartyCreateConferenceComp()

Implementation of this interface should join the two specified calls into a multiparty (conference) call.

RMobileConferenceCall::CreateConference()

Parameters

TInt aHeldCallId The Call ID of the held call which will be one of the calls joined to the conference.
TInt aSecondCallId The Call ID of the active / alerting call which will be the other call joined to the conference.

Member Data Documentation

const TInt KLtsyDispatchCallControlMultipartyCreateConferenceApiId

const TInt KLtsyDispatchCallControlMultipartyCreateConferenceApiId [static]