Delegate CoreListener.OnConferenceInfoOnSentDelegate
Callback notifying that a conference invitation has been sent to all participants.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnConferenceInfoOnSentDelegate(Core core, ConferenceInfo conferenceInfo);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | The LinphoneCore object. |
| ConferenceInfo | conferenceInfo | The LinphoneConferenceInfo object that was sent. |