ParticipantDeviceIdentity

public class ParticipantDeviceIdentity : LinphoneObject

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

  • Undocumented

    Declaration

    Swift

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

    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.

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

    Declaration

    Swift

    public var capabilityDescriptor: String { get set }

    Return Value

    the capability descriptor string.