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

Public Member Functions

void CancelConference (Linphone.ConferenceInfo conferenceInfo)
 
void SendInvitations (Linphone.ChatRoomParams chatRoomParams)
 
void SendInvitations (Linphone.ConferenceParams conferenceParams)
 

Properties

ConferenceSchedulerListener Listener [get, set]
 
Linphone.Account Account [get, set]
 
Linphone.Core Core [get]
 
Linphone.ConferenceInfo Info [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

Creates and manages conferences on a conferenceing service, and send conference invitations to notify participants.

Member Function Documentation

void Linphone.ConferenceScheduler.CancelConference ( Linphone.ConferenceInfo  conferenceInfo)
inline

Cancel the conference linked to the Linphone.ConferenceInfo provided as argument.

Parameters
conferenceInfothe Linphone.ConferenceInfo object to linked to the conference to cancel.
void Linphone.ConferenceScheduler.SendInvitations ( Linphone.ChatRoomParams  chatRoomParams)
inline

Sends an invitation to the scheduled conference to each participant by chat, using given chat rooms params to use/create the chat room in which to send it.

Parameters
chatRoomParamsthe Linphone.ChatRoomParams object to use to use/create the Linphone.ChatRoom that will be used to send the invite.

Deprecated : 28/08/2024 Use Linphone.ConferenceScheduler.SendInvitations() instead.

void Linphone.ConferenceScheduler.SendInvitations ( Linphone.ConferenceParams  conferenceParams)
inline

Sends an invitation to the scheduled conference to each participant by chat, using given conference params to use/create the chat room in which to send it.

Parameters
conferenceParamsthe Linphone.ConferenceParams object to use to use/create the Linphone.ChatRoom that will be used to send the invite.

Property Documentation

Linphone.Account Linphone.ConferenceScheduler.Account
getset

Get the Linphone.Account that is used for the conference scheduler.

Returns
The selected Linphone.Account for the call, or null if none has been selected.
Linphone.Core Linphone.ConferenceScheduler.Core
get

Gets the Linphone.Core from a Linphone.ConferenceScheduler object.

Returns
the Linphone.Core object.
Linphone.ConferenceInfo Linphone.ConferenceScheduler.Info
getset

Returns the Linphone.ConferenceInfo currently set in this scheduler.

Returns
the currently configured Linphone.ConferenceInfo or null if none is set.

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