Delegate CoreListener.OnConferenceStateChangedDelegate
Callback prototype telling that a Linphone.Conference state has changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnConferenceStateChangedDelegate(Core core, Conference conference, ConferenceState state);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| Conference | conference | The Linphone.Conference object for which the state has changed |
| ConferenceState | state | the current Linphone.ChatRoomState |