ConferenceInfo
public class ConferenceInfo : LinphoneObject
Object defining all informations of a conference.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> ConferenceInfo
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Retrieve the date and time of the conference.
Declaration
Swift
public var dateTime: time_t { get set }
Return Value
The date and time of the conference.
-
Retrieve the description of the conference.
Declaration
Swift
public var description: String { get set }
Return Value
The description of the conference.
-
Retrieve the duration (in minutes) of the conference.
Declaration
Swift
public var duration: Int { get set }
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.
-
Retrieve the list of participants.
Declaration
Swift
public var participants: [Address] { get set }
Return Value
The list of participants.
-
Retrieve the subject of the conference.
Declaration
Swift
public var subject: String { get set }
Return Value
The subject of the conference.