Public Member Functions | |
| void | AddParticipant (Linphone.Address participant) |
| void | AddParticipant (Linphone.ParticipantInfo participantInfo) |
| void | AddParticipantInfos (IEnumerable< Linphone.ParticipantInfo > participantInfos) |
| Linphone.ConferenceInfo | Clone () |
| Linphone.ParticipantInfo | FindParticipant (Linphone.Address participant) |
| bool | GetCapability (Linphone.StreamType streamType) |
| void | RemoveParticipant (Linphone.Address participant) |
| void | SetCapability (Linphone.StreamType streamType, bool enable) |
| void | UpdateParticipant (Linphone.ParticipantInfo participantInfo) |
Properties | |
| string | CcmpUri [get, set] |
| long | DateTime [get, set] |
| string | Description [get, set] |
| string | DescriptionUtf8 [get, set] |
| uint | Duration [get, set] |
| string | IcalendarString [get] |
| string | IcsUid [get, set] |
| Linphone.Address | Organizer [get, set] |
| Linphone.ParticipantInfo | OrganizerInfo [get, set] |
| IEnumerable< Linphone.ParticipantInfo > | ParticipantInfos [get, set] |
| IEnumerable< Linphone.Address > | Participants [get, set] |
| Linphone.ConferenceSecurityLevel | SecurityLevel [get, set] |
| Linphone.ConferenceInfoState | State [get] |
| string | Subject [get, set] |
| string | SubjectUtf8 [get, set] |
| Linphone.Address | Uri [get] |
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) |
Object defining all information related to a past or future conference.
|
inline |
Add a participant to the conference.
| participant | The participant (Linphone.Address) to add. |
|
inline |
Add a participant to the conference.
| participantInfo | The participant information (Linphone.ParticipantInfo) to add. This method can be called to set attributes such as the role to the organizer of the conference |
|
inline |
Add a list of participants.
| participantInfos | The list of participant informations to add. A list of Linphone.ParticipantInfo objects. |
|
inline |
Clone an object Linphone.ConferenceInfo.
|
inline |
Find a participant information in the conference information.
| participant | The participant (Linphone.Address) to search. |
|
inline |
Get the capability of the conference.
The capability information represents the capability for the conference linked to the Linphone.ConferenceInfo to handle a given stream type (audio, video or text).
| streamType | A Linphone.StreamType |
|
inline |
Remove a participant from the conference.
| participant | The participant (Linphone.Address) to remove. |
|
inline |
Sets the capability of the conference.
The capability information represents the capability for the conference linked to the Linphone.ConferenceInfo to handle a given stream type (audio, video or text).
| streamType | A Linphone.StreamType |
| enable | the capability of the conference linked to conference information Linphone.ConferenceInfo |
|
inline |
Update the participant information in the conference informations.
| participantInfo | The participant information (Linphone.ParticipantInfo) to update. This method can be called to change attributes such as the role to the organizer of the conference |
|
getset |
Retrieve the CCMP URI of the conference.
|
getset |
Retrieve the date and time of the conference.
|
getset |
Retrieve the description of the conference.
|
getset |
Retrieve the description of the conference.
|
getset |
Retrieve the duration (in minutes) of the conference.
|
get |
Retrieve the conference as an Icalendar string.
|
getset |
Retrieve the ICS UID linked to a conference info.
|
getset |
Retrieve the organizer of the conference.
|
getset |
Retrieve the organizer of the conference.
|
getset |
Retrieve the list of participants as list of participant infos.
|
getset |
Retrieve the list of participants as list of addresses.
Deprecated : 24/08/2023 use linphone_conference_info_get_participant_infos instead
|
getset |
Retrieve the desired security level of the conference.
|
get |
Retrieve the state of the conference info.
|
getset |
Retrieve the subject of the conference.
|
getset |
Retrieve the subject of the conference.
|
get |
Retrieve the URI of the conference.