Liblinphone
5.0.0
|
Public Member Functions | |
virtual LINPHONECXX_PUBLIC void | onParticipantAdded (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::Participant > &participant) |
Callback used to notify a conference that a participant has been added. More... | |
virtual LINPHONECXX_PUBLIC void | onParticipantRemoved (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::Participant > &participant) |
Callback used to notify a conference that a participant has been removed. More... | |
virtual LINPHONECXX_PUBLIC void | onParticipantDeviceAdded (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::ParticipantDevice > &participantDevice) |
Callback used to notify a conference that a participant has been added. More... | |
virtual LINPHONECXX_PUBLIC void | onParticipantDeviceRemoved (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::ParticipantDevice > &participantDevice) |
Callback used to notify a conference that a participant has been removed. More... | |
virtual LINPHONECXX_PUBLIC void | onParticipantAdminStatusChanged (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::Participant > &participant) |
Callback used to notify a conference that the admin status of a participant has been changed. More... | |
virtual LINPHONECXX_PUBLIC void | onStateChanged (const std::shared_ptr< linphone::Conference > &conference, linphone::Conference::State newState) |
Callback used to notify a conference state has changed. More... | |
virtual LINPHONECXX_PUBLIC void | onSubjectChanged (const std::shared_ptr< linphone::Conference > &conference, const std::string &subject) |
Callback used to notify that the subject of a conference has changed. More... | |
virtual LINPHONECXX_PUBLIC void | onAudioDeviceChanged (const std::shared_ptr< linphone::Conference > &conference, const std::shared_ptr< const linphone::AudioDevice > &audioDevice) |
Callback used to notify that the audio device of a conference has changed. More... | |
|
inlinevirtual |
Callback used to notify that the audio device of a conference has changed.
audioDevice | audio device of the conference |
|
inlinevirtual |
Callback used to notify a conference that a participant has been added.
participant | LinphoneParticipant that has been added to the conference |
|
inlinevirtual |
Callback used to notify a conference that the admin status of a participant has been changed.
participant | LinphoneParticipant whose admin status has changed |
|
inlinevirtual |
Callback used to notify a conference that a participant has been added.
participantDevice | LinphoneParticipantDevice that has been added to the conference |
|
inlinevirtual |
Callback used to notify a conference that a participant has been removed.
participantDevice | LinphoneParticipantDevice that has been removed to the conference |
|
inlinevirtual |
Callback used to notify a conference that a participant has been removed.
participant | LinphoneParticipant that has been removed to the conference |
|
inlinevirtual |
Callback used to notify a conference state has changed.
newState | The new state of the conference |
|
inlinevirtual |
Callback used to notify that the subject of a conference has changed.
subject | subject of the conference |