Delegate CoreListener.OnChatRoomSubjectChangedDelegate
Callback prototype telling that a Linphone.ChatRoom 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 | Linphone.Core object |
| ChatRoom | chatRoom | The Linphone.ChatRoom object for which the subject has changed |