Class ConferenceScheduler
Object used to create remote conferences and send ICS to notify participants.
Inherited Members
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class ConferenceScheduler : LinphoneObject
Properties
Account
Get the Linphone.Account that is used for the conference scheduler.
Declaration
public Account Account { get; set; }
Property Value
Type | Description |
---|---|
Account | The selected Linphone.Account for the call, or null if none has been selected. |
Core
Gets the Linphone.Core from a Linphone.ConferenceScheduler object.
Declaration
public Core Core { get; }
Property Value
Type | Description |
---|---|
Core | the Linphone.Core object. |
Info
Returns the Linphone.ConferenceInfo currently set in this scheduler.
Declaration
public ConferenceInfo Info { get; set; }
Property Value
Type | Description |
---|---|
ConferenceInfo | the currently configured Linphone.ConferenceInfo or null if none is set. |
Listener
Declaration
public ConferenceSchedulerListener Listener { get; set; }
Property Value
Type | Description |
---|---|
ConferenceSchedulerListener |
Methods
CancelConference(ConferenceInfo)
Cancel the conference linked to the Linphone.ConferenceInfo provided as argument.
Declaration
public void CancelConference(ConferenceInfo conferenceInfo)
Parameters
Type | Name | Description |
---|---|---|
ConferenceInfo | conferenceInfo | the Linphone.ConferenceInfo object to linked to the conference to cancel. |
SendInvitations(ChatRoomParams)
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.
Declaration
public void SendInvitations(ChatRoomParams chatRoomParams)
Parameters
Type | Name | Description |
---|---|---|
ChatRoomParams | chatRoomParams | the Linphone.ChatRoomParams object to use to use/create the Linphone.ChatRoom that will be used to send the invite. |