Participant
public class Participant : LinphoneObject
Undocumented
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> Participant
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Get the address of a conference participant.
Declaration
Swift
public var address: Address? { get }
Return Value
The address of the participant
-
Gets the list of devices from a chat room’s participant.
Declaration
Swift
public var devices: [ParticipantDevice] { get }
Return Value
A list of LinphoneParticipantDevice objects. LinphoneParticipantDevice
-
Tells whether a conference participant is an administrator of the conference.
Declaration
Swift
public var isAdmin: Bool { get }
Return Value
A boolean value telling whether the participant is an administrator
-
Get the security level of a chat room.
Declaration
Swift
public var securityLevel: ChatRoomSecurityLevel { get }
Return Value
The security level of the chat room
-
Retrieve the user pointer associated with the conference participant.
Declaration
Swift
public var userData: UnsafeMutableRawPointer? { get set }
Return Value
The user pointer associated with the participant.
-
Find a device in the list of devices from a chat room’s participant.
Declaration
Swift
public func findDevice(address: Address) -> ParticipantDevice?
Parameters
address
A
Address
objectReturn Value
a #LinphoneParticipantDevice or nil if not found