Delegate ChatRoomListener.OnEphemeralMessageDeletedDelegate
Callback used to notify a chat room that an ephemeral message has been deleted.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnEphemeralMessageDeletedDelegate(ChatRoom chatRoom, EventLog eventLog);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | LinphoneChatRoom object |
| EventLog | eventLog | LinphoneEventLog The event to be notified |