phoneapp/phoneuicontrol/inc/cphonestateincall.h
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
   100         /**
   100         /**
   101         * Method for quering is video call active.
   101         * Method for quering is video call active.
   102         * @return ETrue if active otherwise EFalse
   102         * @return ETrue if active otherwise EFalse
   103         */
   103         */
   104         IMPORT_C virtual TBool IsVideoCallActiveL();
   104         IMPORT_C virtual TBool IsVideoCallActiveL();
   105          
       
   106         /**
       
   107         * Method for quering is video call ringing.
       
   108         * @return ETrue if ringing otherwise EFalse
       
   109         */
       
   110         IMPORT_C virtual TBool IsVideoCallRingingL();
       
   111         
       
   112         /**
       
   113         * Method for quering ringing call .
       
   114         * @return call id otherwise KErrNotFound
       
   115         */
       
   116         IMPORT_C virtual TBool GetRingingCallL();
       
   117         
   105         
   118         /**
   106         /**
   119         * Search and release outgoingcall
   107         * Search and release outgoingcall
   120         */
   108         */
   121         IMPORT_C void DisconnectOutgoingCallL();
   109         IMPORT_C void DisconnectOutgoingCallL();