ParticipantDevice

public class ParticipantDevice : LinphoneObject

Undocumented

  • Undocumented

    Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> ParticipantDevice
  • Undocumented

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • 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

  • Retrieve the user pointer associated with the participant’s device.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    The user pointer associated with the participant’s device.