Delegate CoreListener.OnChatRoomSessionStateChangedDelegate
Get the LinphoneCoreCbsChatRoomSessionStateChangedCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnChatRoomSessionStateChangedDelegate(Core core, ChatRoom chatRoom, CallState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| ChatRoom | chatRoom | |
| CallState | state | |
| System.String | message |