Delegate ChatRoomListener.OnMessageRetractedDelegate
Callback used to notify a message has been retracted after being sent or received.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageRetractedDelegate(ChatRoom chatRoom, ChatMessage message);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | LinphoneChatRoom object |
| ChatMessage | message | LinphoneChatMessage object that has been retracted |