Enum FriendListStatus
Enum describing the status of a LinphoneFriendList operation.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum FriendListStatus
Fields
Name | Description |
---|---|
InvalidFriend | Linphone.Friend is already present in a Linphone.FriendList
|
NonExistentFriend | Linphone.Friend wasn't found in the Linphone.FriendList
|
OK | Operation went fine.
|