Delegate ChatRoomListener.OnNewEventsDelegate
Get the new event logs callback.
This callback will be called before every other Linphone.EventLog related callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNewEventsDelegate(ChatRoom chatRoom, IEnumerable<EventLog> eventLogs);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | |
| System.Collections.Generic.IEnumerable<EventLog> | eventLogs |