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) |
Creates and manages conferences on a conferenceing service, and send conference invitations to notify participants.
|
inline |
Cancel the conference linked to the Linphone.ConferenceInfo provided as argument.
| conferenceInfo | the Linphone.ConferenceInfo object to linked to the conference to cancel. |
|
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.
| chatRoomParams | the 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.
|
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.
| conferenceParams | the Linphone.ConferenceParams object to use to use/create the Linphone.ChatRoom that will be used to send the invite. |
|
getset |
Get the Linphone.Account that is used for the conference scheduler.
|
get |
Gets the Linphone.Core from a Linphone.ConferenceScheduler object.
|
getset |
Returns the Linphone.ConferenceInfo currently set in this scheduler.