Enum ChatRoomHistoryFilter
Linphone.ChatRoomHistoryFilter is used to determine which filter to apply to history functions.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum ChatRoomHistoryFilter
Fields
Name | Description |
---|---|
Call | Retrieve calls.
|
ChatMessage | Retrieve chat messages.
|
ChatMessageSecurity | Retrieve chat messages and security events.
|
Info | Retrieve all chat room events.
|
InfoNoDevice | Retrieve all chat room events without device events.
|
None | No filter.
|