Delegate ChatRoomListener.OnMessageEarlyFailureDelegate
Callback used to notify a chat room that a message has been not sent because of a chat room error.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageEarlyFailureDelegate(ChatRoom chatRoom, EventLog eventLog);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | Linphone.ChatRoom involved in this conversation |
| EventLog | eventLog | Linphone.EventLog The event to be notified |