Enum RemoteContactDirectoryType
Enum describing the type of #RemoteContactDirectory (currently CardDAV or LDAP).
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum RemoteContactDirectoryType
Fields
Name | Description |
---|---|
CardDav | Remote contact directory will use #CardDavParams.
|
Ldap | Remote contact directory will use #LdapParams.
|