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) |
Object defining all information related to a participant.
|
inline |
Set the a custom parameter to object Linphone.ParticipantInfo.
| name | the name of the parameter. |
| val | the value of the parameter. |
|
inline |
Clone an object Linphone.ParticipantInfo.
|
inline |
Get the value of a custom parameter of the object Linphone.ParticipantInfo.
| name | the name of the parameter. |
|
inline |
Find whether a Linphone.ParticipantInfo has a parameter.
| name | the name of the parameter. |
|
inline |
Find the value of a custom parameter of the object Linphone.ParticipantInfo.
| name | the name of the parameter. |
|
get |
Get the address of the object Linphone.ParticipantInfo.
|
get |
Get the CCMP uri of the object Linphone.ParticipantInfo.
|
getset |
Get the role of the object Linphone.ParticipantInfo.