equal
deleted
inserted
replaced
757 * Handles dial message from phone application or phone client. |
757 * Handles dial message from phone application or phone client. |
758 * @param aClientCall, Informs is the current call client originated or not. |
758 * @param aClientCall, Informs is the current call client originated or not. |
759 * @return Return possible error code. |
759 * @return Return possible error code. |
760 */ |
760 */ |
761 TInt HandleDialCallL( const TBool aClientCall ); |
761 TInt HandleDialCallL( const TBool aClientCall ); |
|
762 |
|
763 /** |
|
764 * Reset CCCECallParameters to prevent of use a previous callīs parameters |
|
765 */ |
|
766 void ResetClientCallData(); |
762 |
767 |
763 /** |
768 /** |
764 * Checks if there are any connected video calls |
769 * Checks if there are any connected video calls |
765 * @return EFalse: no active video call, |
770 * @return EFalse: no active video call, |
766 * ETrue: active video call |
771 * ETrue: active video call |