Delegate CoreListener.OnChatRoomEphemeralMessageDeletedDelegate
Callback prototype telling that a ChatRoom ephemeral message has expired.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnChatRoomEphemeralMessageDeletedDelegate(Core core, ChatRoom chatRoom);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| ChatRoom | chatRoom | The ChatRoom object for which a message has expired. |