Delegate CoreListener.OnConferenceInfoReceivedDelegate
Callback prototype for notifying the application about a received conference info.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnConferenceInfoReceivedDelegate(Core core, ConferenceInfo conferenceInfo);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| ConferenceInfo | conferenceInfo | the Linphone.ConferenceInfo received |