Participant

public class Participant : LinphoneObject

Undocumented

  • 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

  • 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 object

    Return Value

    a #LinphoneParticipantDevice or nil if not found