◆ onIsMuted()
virtual LINPHONECXX_PUBLIC void linphone::ParticipantDeviceListener::onIsMuted |
( |
const std::shared_ptr< linphone::ParticipantDevice > & |
participantDevice, |
|
|
bool |
isMuted |
|
) |
| |
|
inlinevirtual |
Callback used to notify that this participant device is muted or is no longer muted.
- Parameters
-
isMuted | is this participant device muted |
◆ onIsSpeakingChanged()
virtual LINPHONECXX_PUBLIC void linphone::ParticipantDeviceListener::onIsSpeakingChanged |
( |
const std::shared_ptr< linphone::ParticipantDevice > & |
participantDevice, |
|
|
bool |
isSpeaking |
|
) |
| |
|
inlinevirtual |
Callback used to notify that is this participant device speaking has changed.
- Parameters
-
isSpeaking | is this participant device speaking |
◆ onStateChanged()
Callback used to notify that participant device changed state.
- Parameters
-
participantDevice | LinphoneParticipantDevice object |
◆ onStreamAvailabilityChanged()
Callback used to notify that participant device stream availability has changed.
- Parameters
-
participantDevice | LinphoneParticipantDevice object |
◆ onStreamCapabilityChanged()
Callback used to notify that participant device stream capability has changed.
- Parameters
-
direction | participant device's audio direction |
The documentation for this class was generated from the following file:
- participant_device_listener.hh