Delegate ChatRoomListener.OnChatMessagesReceivedDelegate
Get the chat messages received callback.
Only called when aggregation is enabled (aka [sip] chat_messages_aggregation == 1 or using Linphone.Core.ChatMessagesAggregationEnabled), it replaces the single chat message received callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnChatMessagesReceivedDelegate(ChatRoom chatRoom, IEnumerable<EventLog> eventLogs);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | |
| System.Collections.Generic.IEnumerable<EventLog> | eventLogs |