Liblinphone
4.5.0
|
TODO. More...
#include <conference_params.hh>
Public Member Functions | |
ConferenceParams (void *ptr, bool takeRef=true) | |
LINPHONECXX_PUBLIC _LinphoneConferenceParams * | cPtr () |
LINPHONECXX_PUBLIC bool | localParticipantEnabled () const |
Returns whether local participant has to enter the conference. More... | |
LINPHONECXX_PUBLIC void | enableLocalParticipant (bool enable) |
Enable local participant to enter the conference. More... | |
LINPHONECXX_PUBLIC bool | videoEnabled () const |
Check whether video will be enable at conference starting. More... | |
LINPHONECXX_PUBLIC void | enableVideo (bool enable) |
Enable video when starting a conference. More... | |
LINPHONECXX_PUBLIC std::shared_ptr< linphone::ConferenceParams > | clone () const |
Clone a ConferenceParams. More... | |
TODO.
LINPHONECXX_PUBLIC std::shared_ptr<linphone::ConferenceParams> linphone::ConferenceParams::clone | ( | ) | const |
Clone a ConferenceParams.
LINPHONECXX_PUBLIC void linphone::ConferenceParams::enableLocalParticipant | ( | bool | enable | ) |
Enable local participant to enter the conference.
The local participant is the one driving the local Core. It uses the local sound devices. The default value is true. Setting to false is mostly helpful when using liblinphone on a server application.
enable | true if local participant is automatically added to the conference, false otherwise |
LINPHONECXX_PUBLIC void linphone::ConferenceParams::enableVideo | ( | bool | enable | ) |
Enable video when starting a conference.
enable | If true, video will be enabled during conference |
LINPHONECXX_PUBLIC bool linphone::ConferenceParams::localParticipantEnabled | ( | ) | const |
Returns whether local participant has to enter the conference.
LINPHONECXX_PUBLIC bool linphone::ConferenceParams::videoEnabled | ( | ) | const |
Check whether video will be enable at conference starting.