How to hold a call on s60 3rd FP2 device?And what is the meaning of TCallId while using CTelephony?
void Hold(TRequestStatus &aReqStatus, const TCallId &aCallId) const;
How to hold a call on s60 3rd FP2 device?And what is the meaning of TCallId while using CTelephony?
void Hold(TRequestStatus &aReqStatus, const TCallId &aCallId) const;
check this wiki.
http://wiki.forum.nokia.com/index.ph...to_hold_a_call
-------------------------------------
Thanks & Regards
Ram
Symbian OS 9.2/9.3,S60 3rd FP1/FP2,Carbide.c++v2.0
I have tried to use CTelephony::Hold().But failed to hold the call. TCallId has three different values, and I have tried them all.
enum TCallId
{
/**
Call owned by this ISV application.
*/
EISVCall1,
/**
Call owned by this ISV application.
*/
EISVCall2,
/**
Max number of calls supported by Etel 3rd Party.
*/
EISVMaxNumOfCalls
};