public interface Conference
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the conference id as string.
|
Address[] |
getParticipants()
Get URIs of all participants of one conference The returned bctbx_list_t
contains URIs of all participant.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
inviteParticipants(Address[] addresses,
CallParams params)
Invite participants to the conference, by supplying a list of #LinphoneAddress.
|
void |
removeParticipant(Address uri)
Remove a participant from a conference.
|
void |
setId(java.lang.String conferenceID)
Set the conference id as string.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String getId()
void setId(java.lang.String conferenceID)
Address[] getParticipants()
void inviteParticipants(Address[] addresses, CallParams params)
void removeParticipant(Address uri)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()