virtual LINPHONECXX_PUBLIC void linphone::ConferenceListener::onParticipantAdded |
( |
const std::shared_ptr< linphone::Conference > & |
conference, |
|
|
const std::shared_ptr< const linphone::Participant > & |
participant |
|
) |
| |
|
inlinevirtual |
Callback used to notify a chat room that a participant has been added.
- Parameters
-
participant | LinphoneParticipant that has been added to the conference |
virtual LINPHONECXX_PUBLIC void linphone::ConferenceListener::onParticipantAdminStatusChanged |
( |
const std::shared_ptr< linphone::Conference > & |
conference, |
|
|
const std::shared_ptr< const linphone::Participant > & |
participant |
|
) |
| |
|
inlinevirtual |
Callback used to notify a chat room that the admin status of a participant has been changed.
- Parameters
-
participant | LinphoneParticipant whose admin status has changed |
Callback used to notify a chat room that a participant has been added.
- Parameters
-
participantDevice | LinphoneParticipantDevice that has been added to the conference |
Callback used to notify a chat room that a participant has been removed.
- Parameters
-
participantDevice | LinphoneParticipantDevice that has been removed to the conference |
virtual LINPHONECXX_PUBLIC void linphone::ConferenceListener::onParticipantRemoved |
( |
const std::shared_ptr< linphone::Conference > & |
conference, |
|
|
const std::shared_ptr< const linphone::Participant > & |
participant |
|
) |
| |
|
inlinevirtual |
Callback used to notify a chat room that a participant has been removed.
- Parameters
-
participant | LinphoneParticipant that has been removed to the conference |
Callback used to notify a chat room state has changed.
- Parameters
-
newState | The new state of the chat room |
virtual LINPHONECXX_PUBLIC void linphone::ConferenceListener::onSubjectChanged |
( |
const std::shared_ptr< linphone::Conference > & |
conference, |
|
|
const std::string & |
subject |
|
) |
| |
|
inlinevirtual |
Callback used to notify that the subject of a chat room has changed.
- Parameters
-
subject | subject of the conference |
The documentation for this class was generated from the following file: