inc/mussesseioninformationapi.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    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
    55         };
    56         };
    56 
    57 
    57     /**  Contains the call direction */
    58     /**  Contains the call direction */
    58     const TInt KMusCallDirection( 0x102823A2 );
    59     const TInt KMusCallDirection( 0x102823A2 );
    59 
    60 
    71     enum TMUSForbidden
    72     enum TMUSForbidden
    72         {
    73         {
    73         EMUSAllowed = 1,
    74         EMUSAllowed = 1,
    74         EMUSForbidden
    75         EMUSForbidden
    75         };
    76         };
    76     /**  Contains the call provider information. ( For example Skype )      
    77     
    77       *  This string will be used to parse the corresponding ecom plugin
    78     /**  Contains the call privacy */
    78       *  which implements the livecomms engine api
    79     const TInt KMUSPrivacy( 0x102823A4 );
    79       */
    80     /**  Contains the possible values for call privacy*/
    80     const TInt KMUSCallProvider( 0x102823A4 );
    81     enum TMusCallPrivacy
       
    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         };
    81     }
    96     }
    82 
    97 
    83 #endif // MUSRESOURCEPROPERTIES_H
    98 #endif // MUSRESOURCEPROPERTIES_H