ParticipantDevice

public class ParticipantDevice : LinphoneObject

Undocumented

  • Get the address of a participant’s device.

    Declaration

    Swift

    public var address: Address? { get }

    Return Value

    The address of the participant’s device

  • Return the name of the device or nil.

    Declaration

    Swift

    public var name: String { get }

    Return Value

    the name of the device or nil

  • Get the security level of a participant’s device.

    Declaration

    Swift

    public var securityLevel: ChatRoomSecurityLevel { get }

    Return Value

    The security level of the device