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

Public Member Functions

void AddParameter (string name, string val)
 
Linphone.ParticipantInfo Clone ()
 
string GetParameterValue (string name)
 
bool HasParameter (string name)
 
void RemoveParameter (string name)
 

Properties

Linphone.Address Address [get]
 
string CcmpUri [get]
 
Linphone.ParticipantRole Role [get, set]
 

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

Object defining all information related to a participant.

Member Function Documentation

void Linphone.ParticipantInfo.AddParameter ( string  name,
string  val 
)
inline

Set the a custom parameter to object Linphone.ParticipantInfo.

Parameters
namethe name of the parameter.
valthe value of the parameter.
Linphone.ParticipantInfo Linphone.ParticipantInfo.Clone ( )
inline

Clone an object Linphone.ParticipantInfo.

Returns
the cloned Linphone.ParticipantInfo object.
string Linphone.ParticipantInfo.GetParameterValue ( string  name)
inline

Get the value of a custom parameter of the object Linphone.ParticipantInfo.

Parameters
namethe name of the parameter.
Returns
value the value of the parameter.
bool Linphone.ParticipantInfo.HasParameter ( string  name)
inline

Find whether a Linphone.ParticipantInfo has a parameter.

Parameters
namethe name of the parameter.
Returns
true if the parameter is present, false otherwise
void Linphone.ParticipantInfo.RemoveParameter ( string  name)
inline

Find the value of a custom parameter of the object Linphone.ParticipantInfo.

Parameters
namethe name of the parameter.

Property Documentation

Linphone.Address Linphone.ParticipantInfo.Address
get

Get the address of the object Linphone.ParticipantInfo.

Returns
the Linphone.Address of the Linphone.ParticipantInfo object.
string Linphone.ParticipantInfo.CcmpUri
get

Get the CCMP uri of the object Linphone.ParticipantInfo.

Returns
the CCMP uri of the Linphone.ParticipantInfo or null.
Linphone.ParticipantRole Linphone.ParticipantInfo.Role
getset

Get the role of the object Linphone.ParticipantInfo.

Returns
the Linphone.ParticipantRole of the Linphone.ParticipantInfo object.

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