Delegate CoreListener.OnConferenceStateChangedDelegate
Callback prototype telling that a LinphoneConference 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 | LinphoneCore object |
| Conference | conference | The LinphoneConference object for which the state has changed |
| ConferenceState | state | the current LinphoneChatRoomState |