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