Delegate CoreListener.OnConferenceInfoOnParticipantErrorDelegate
Callback notifying that a conference invitation could not be sent to LinphoneAddress.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnConferenceInfoOnParticipantErrorDelegate(Core core, ConferenceInfo conferenceInfo, Address participant, ConferenceInfoError error);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | The LinphoneCore object. |
| ConferenceInfo | conferenceInfo | The LinphoneConferenceInfo object that was sent. |
| Address | participant | The LinphoneAddress object corresponding to the participant. |
| ConferenceInfoError | error |