ParticipantDeviceIdentity

public class ParticipantDeviceIdentity : LinphoneObject

This object is only used on server side for ChatRoom with FlexisipChat/// backend.

  • Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> ParticipantDeviceIdentity
  • Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • Get the address of the participant device.

    Declaration

    Swift

    public var address: Address? { get }

    Return Value

    the address.

  • Set the capability descriptor (currently +org.linphone.specs value) for this participant device identity.

    • deprecated: 12/06/2023 Use setCapabilityDescriptor() instead Get the capability descriptor (currently +org.linphone.specs value) for this participant device identity.
    • deprecated: 12/06/2023 Use getCapabilityDescriptorList() instead

    Declaration

    Swift

    public var capabilityDescriptor: String { get set }

    Return Value

    the capability descriptor string.

  • Set the capability descriptor (currently +org.linphone.specs value) for this participant device identity.

    Declaration

    Swift

    public var capabilityDescriptor2: [String] { get set }

    Parameters

    capabilityDescriptorList

    the capability descriptor list.

  • Get the capability descriptor (currently +org.linphone.specs value) for this participant device identity.

    Declaration

    Swift

    public var capabilityDescriptorList: [String] { get }

    Return Value

    the capability descriptor list.