Delegate CoreListener.OnChatRoomStateChangedDelegate
Callback prototype telling that a Linphone.ChatRoom state has changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnChatRoomStateChangedDelegate(Core core, ChatRoom chatRoom, ChatRoomState state);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| ChatRoom | chatRoom | The Linphone.ChatRoom object for which the state has changed |
| ChatRoomState | state | the current Linphone.ChatRoomState |