inc/mussesseioninformationapi.h
branchRCL_3
changeset 22 73a1feb507fb
parent 21 33a5d2bbf6fc
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    49     enum TMusCallEvent
    49     enum TMusCallEvent
    50         {
    50         {
    51         ENoCall,
    51         ENoCall,
    52         ECallConnected,
    52         ECallConnected,
    53         ECallHold,       
    53         ECallHold,       
    54         EConferenceCall,
    54         EConferenceCall
    55         EConferenceTerminated
       
    56         };
    55         };
    57 
    56 
    58     /**  Contains the call direction */
    57     /**  Contains the call direction */
    59     const TInt KMusCallDirection( 0x102823A2 );
    58     const TInt KMusCallDirection( 0x102823A2 );
    60 
    59 
    72     enum TMUSForbidden
    71     enum TMUSForbidden
    73         {
    72         {
    74         EMUSAllowed = 1,
    73         EMUSAllowed = 1,
    75         EMUSForbidden
    74         EMUSForbidden
    76         };
    75         };
    77     
    76     /**  Contains the call provider information. ( For example Skype )      
    78     /**  Contains the call privacy */
    77       *  This string will be used to parse the corresponding ecom plugin
    79     const TInt KMUSPrivacy( 0x102823A4 );
    78       *  which implements the livecomms engine api
    80     /**  Contains the possible values for call privacy*/
    79       */
    81     enum TMusCallPrivacy
    80     const TInt KMUSCallProvider( 0x102823A4 );
    82         {
       
    83         EPrivacyOn = 1,
       
    84         EPrivacyOff
       
    85         };
       
    86     
       
    87     /**  Phone's CLIR setting. This is used in MO case to determine if the
       
    88      *   caller's phone number/id is sent to remote party */
       
    89     const TInt KMusClirSetting( 0x102823A5 );
       
    90     /**  Possible values for KMusClirSetting */
       
    91     enum TMusClirSetting
       
    92         {
       
    93         ESendOwnNumber,
       
    94         EDoNotSendOwnNumber
       
    95         };
       
    96     }
    81     }
    97 
    82 
    98 #endif // MUSRESOURCEPROPERTIES_H
    83 #endif // MUSRESOURCEPROPERTIES_H