Enum RemoteContactDirectoryType
Enum describing the type of Linphone.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 Linphone.CardDavParams.
|
| Ldap | Remote contact directory will use Linphone.LdapParams.
|