Delegate ChatRoomListener.OnChatMessageParticipantImdnStateChangedDelegate
Callback used to notify a participant state has changed in a message of this chat room.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnChatMessageParticipantImdnStateChangedDelegate(ChatRoom chatRoom, ChatMessage message, ParticipantImdnState state);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | LinphoneChatRoom object |
| ChatMessage | message | The LinphoneChatMessage for which a participant has it's state changed |
| ParticipantImdnState | state | The LinphoneParticipantImdnState |