MCCPConferenceCall Class Reference
Constructor & Destructor Documentation
~MCCPConferenceCall()
~MCCPConferenceCall | ( | ) | [protected, inline, virtual] |
Protected destructor. Object cannot be deleted from plug-in client (CCE).
- Since
- S60 3.2
Member Functions Documentation
AddCallL(MCCPCall *)
void | AddCallL | ( | MCCPCall * | aCall | ) | [pure virtual] |
Parameters
MCCPCall * aCall | Call to be added to conference. |
AddObserverL(const MCCPConferenceCallObserver &)
Add an observer for conference call related events. Currently CCE will set only one observer.
- Since
- S60 v3.2
- leave
- System error if observer adding fails.
CallCount()
TInt
| CallCount | ( | ) | const [pure virtual] |
Returns number of calls active calls in the conference.
- Since
- S60 3.2
CurrentCallsToConferenceL()
void | CurrentCallsToConferenceL | ( | ) | [pure virtual] |
Add all current calls in the plug-in to conference. Each succesfully added call will be separately notified using
MCCPConferenceCallObserver::ECCPConferenceCallAdded. If call is not added to conference it is not notified and can be regareded as not part of conference
- Since
- S60 3.2
- leave
- In case of an error system wide error code.
GetCallArray(RPointerArray< MCCPCall > &)
Gets conference participants
- Since
- S60 3.2
GoOneToOneL(MCCPCall &)
void | GoOneToOneL | ( | MCCPCall & | aCall | ) | [pure virtual] |
Parameters
MCCPCall & aCall | Call to go one-to-one with. |
HangUp()
TInt
| HangUp | ( | ) | [pure virtual] |
Hold()
TInt
| Hold | ( | ) | [pure virtual] |
Puts conference call on hold. If the request cannot be started then an error will be returned immediately as return value. In succesfull case KErrNone will be returned and the requested action has been started.
- Pre-condition
- Call state is MCCPConferenceCallObserver::ECCPConferenceActive.
- Since
- S60 3.2
RemoveCallL(MCCPCall *)
void | RemoveCallL | ( | MCCPCall * | aCall | ) | [pure virtual] |
Parameters
MCCPCall * aCall | Call to be removed from conference. |
RemoveObserver(const MCCPConferenceCallObserver &)
Remove an observer.
- Since
- S60 v3.2
Resume()
TInt
| Resume | ( | ) | [pure virtual] |
Resumes previously held conference call. If the request cannot be started then an error will be returned immediately as return value. In succesfull case KErrNone will be returned and the requested action has been started.
- Pre-condition
- Call state is MCCPConferenceCallObserver::ECCPConferenceHold.
- Since
- S60 3.2
ServiceId()
TUint32
| ServiceId | ( | ) | const [pure virtual] |
Returns the service-id used for the call.
- Since
- S60 3.2
Swap()
TInt
| Swap | ( | ) | [pure virtual] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.