mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
More enums added to parent classes
This commit is contained in:
parent
9bfaca593e
commit
0442a244c0
1 changed files with 11 additions and 0 deletions
|
|
@ -42,27 +42,38 @@ ENUMS_LIST = {
|
|||
'AccountCreatorTransportStatus': 'AccountCreator',
|
||||
'AccountCreatorUsernameStatus': 'AccountCreator',
|
||||
'AddressFamily': 'CallStats',
|
||||
'AudioRoute': 'Call',
|
||||
'AuthMethod': 'Core',
|
||||
'CallDir': 'Call',
|
||||
'CallState': 'Call',
|
||||
'CallStatus': 'CallLog',
|
||||
'ChatRoomState': 'ChatRoom',
|
||||
'ChatMessageDirection': 'ChatMessage',
|
||||
'ChatMessageState': 'ChatMessage',
|
||||
'ConfiguringState': 'Core',
|
||||
'ConsolidatedPresence': 'PresenceModel',
|
||||
'CoreLogCollectionUploadState': 'Core',
|
||||
'EcCalibratorStatus': 'Core',
|
||||
'EventLogType': 'EventLog',
|
||||
'GlobalState': 'Core',
|
||||
'FriendListStatus': 'FriendList',
|
||||
'FriendListSyncStatus': 'FriendList',
|
||||
'IceState': 'CallStats',
|
||||
'LimeState': 'Core',
|
||||
'LogCollectionState': 'Core',
|
||||
'MediaDirection': 'Core',
|
||||
'MediaEncryption': 'Core',
|
||||
'PlayerState': 'Player',
|
||||
'PresenceActivityType': 'PresenceActivity',
|
||||
'PublishState': 'Event',
|
||||
'RegistrationState': 'Core',
|
||||
'StreamType': 'CallStats',
|
||||
'SubscriptionDir': 'Event',
|
||||
'SubscribePolicy': 'Friend',
|
||||
'TransportType': 'Address',
|
||||
'TunnelMode': 'Tunnel',
|
||||
'UpnpState': 'Core',
|
||||
'VersionUpdateCheckResult': 'Core',
|
||||
'XmlRpcRequestArgType': 'XmlRpcRequest',
|
||||
'XmlRpcRequestStatus': 'XmlRpcRequest',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue