Liblinphone  5.5.0
Linphone.ConferenceSchedulerListener Class Reference
Inheritance diagram for Linphone.ConferenceSchedulerListener:
Linphone.LinphoneObject

Public Member Functions

delegate void OnStateChangedDelegate (Linphone.ConferenceScheduler conferenceScheduler, Linphone.ConferenceSchedulerState state)
 
delegate void OnInvitationsSentDelegate (Linphone.ConferenceScheduler conferenceScheduler, IEnumerable< Linphone.Address > failedInvitations)
 

Properties

OnStateChangedDelegate OnStateChanged [get, set]
 
OnInvitationsSentDelegate OnInvitationsSent [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

Callbacks of Linphone.ConferenceScheduler object.

Member Function Documentation

delegate void Linphone.ConferenceSchedulerListener.OnInvitationsSentDelegate ( Linphone.ConferenceScheduler  conferenceScheduler,
IEnumerable< Linphone.Address failedInvitations 
)

Get the invitations sent callback.

Returns
The current invitations sent callback.
delegate void Linphone.ConferenceSchedulerListener.OnStateChangedDelegate ( Linphone.ConferenceScheduler  conferenceScheduler,
Linphone.ConferenceSchedulerState  state 
)

Get the state changed callback.

Returns
The current state changed callback.

The documentation for this class was generated from the following file: