Enum EphemeralChatMessagePolicy
Ephemeral chat message policies.
This enum represents different policies for managing ephemeral chat message lifetimes.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum EphemeralChatMessagePolicy
Fields
| Name | Description |
|---|---|
| Default | In this mode, an ephemeral chat message expires at the same time for all participants, when every participant has read the message and its lifetime expires.
|
| Individual | In this mode, an ephemeral chat message expires independently for each participant, after the duration of the lifetime once this participant has read the message.
|