public interface ConferenceParams
Modifier and Type | Method and Description |
---|---|
ConferenceParams |
clone()
Clone a
ConferenceParams . |
void |
enableLocalParticipant(boolean enable)
Enable local participant to enter the conference.
|
void |
enableVideo(boolean enable)
Enable video when starting a conference.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
boolean |
localParticipantEnabled()
Returns whether local participant has to enter the conference.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
boolean |
videoEnabled()
Check whether video will be enable at conference starting.
|
boolean localParticipantEnabled()
void enableLocalParticipant(boolean enable)
Core
. It uses the
local sound devices. The default value is true. Setting to true is mostly
helpful when using liblinphone on a server application.enable
- If true, local participant is automatically added to the
conference.boolean videoEnabled()
void enableVideo(boolean enable)
enable
- If true, video will be enabled during conferenceConferenceParams clone()
ConferenceParams
.ConferenceParams
with the same parameters than
paramsvoid setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()