ConferenceInfo
public class ConferenceInfo : LinphoneObject
Object defining all information related to a conference.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> ConferenceInfo
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Set the date and time of the conference.
Declaration
Swift
public var dateTime: time_t { get set }
Parameters
datetime
The date and time of the conference. Retrieve the date and time of the conference.
Return Value
The date and time of the conference.
-
Set the description of the conference.
Declaration
Swift
public var description: String { get set }
Parameters
description
The description of the conference.
Retrieve the description of the conference.Return Value
The description of the conference.
-
Set the duration (in minutes) of the conference.
Declaration
Swift
public var duration: UInt { get set }
Parameters
duration
The duration of the conference. Retrieve the duration (in minutes) of the conference.
Return Value
The duration of the conference.
-
Retrieve the conference as an Icalendar string.
Declaration
Swift
public var icalendarString: String { get }
Return Value
The conference as an Icalendar string. The returned char* must be freed by the caller.
-
Set the list of participants.
Declaration
Swift
public var participants: [Address] { get set }
Parameters
participants
The list of participants to set.
Retrieve the list of participants.Return Value
The list of participants.
-
Set the subject of the conference.
Declaration
Swift
public var subject: String { get set }
Parameters
subject
The subject of the conference.
Retrieve the subject of the conference.Return Value
The subject of the conference.