|
|
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) |
| |
Identifies a member of a Linphone.Conference or Linphone.ChatRoom.
A participant is identified by it's SIP address. It can have many Linphone.ParticipantDevice.
Find a device in the list of devices from a chat room's participant.
- Parameters
-
- Returns
- a Linphone.ParticipantDevice or null if not found.
Find a device in the list of devices from a chat room's participant.
- Parameters
-
- Returns
- a Linphone.ParticipantDevice or null if not found.
Get the address of a conference participant.
- Returns
- The Linphone.Address of the participant
| long Linphone.Participant.CreationTime |
|
get |
Get the timestamp of the creation of the participant.
- Returns
- time of creation of the participant as returned by time(nullptr). For UNIX based systems it is the number of seconds since 00:00hours of the 1st of January 1970
| bool Linphone.Participant.IsAdmin |
|
get |
Tells whether a conference participant is an administrator of the conference.
- Returns
- A boolean value telling whether the participant is an administrator
| bool Linphone.Participant.IsFocus |
|
get |
Tells whether a conference participant is the focus of the conference.
- Returns
- A boolean value telling whether the participant is a focus of a conference
| bool Linphone.Participant.IsMe |
|
get |
Tells whether a participant is Me.
If the default account is not defined then it will be true if the participant is local.
- Returns
- true if the participant is me, false otherwise.
The documentation for this class was generated from the following file: