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