Liblinphone  5.5.0
Linphone.ParticipantDeviceIdentity Class Reference
Inheritance diagram for Linphone.ParticipantDeviceIdentity:
Linphone.LinphoneObject

Properties

Linphone.Address Address [get]
 
string CapabilityDescriptor [get, set]
 
IEnumerable< string > CapabilityDescriptor2 [set]
 
IEnumerable< string > CapabilityDescriptorList [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

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

Property Documentation

Linphone.Address Linphone.ParticipantDeviceIdentity.Address
get

Get the address of the participant device.

Returns
the address.
string Linphone.ParticipantDeviceIdentity.CapabilityDescriptor
getset

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

Returns
the capability descriptor string.

Deprecated : 12/06/2023 Use Linphone.ParticipantDeviceIdentity.CapabilityDescriptorList instead

IEnumerable<string> Linphone.ParticipantDeviceIdentity.CapabilityDescriptor2
set

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

Parameters
capabilityDescriptorListthe capability descriptor list. A list of const char * objects.
IEnumerable<string> Linphone.ParticipantDeviceIdentity.CapabilityDescriptorList
get

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

Returns
the capability descriptor list. A list of const char * objects.

The documentation for this class was generated from the following file: