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