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