Delegate CoreListener.OnChatRoomStateChangedDelegate
Callback prototype telling that a LinphoneChatRoom 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 | LinphoneCore object |
| ChatRoom | chatRoom | The LinphoneChatRoom object for which the state has changed |
| ChatRoomState | state | the current LinphoneChatRoomState |