public class ParticipantDeviceListenerStub extends java.lang.Object implements ParticipantDeviceListener
Constructor and Description |
---|
ParticipantDeviceListenerStub() |
Modifier and Type | Method and Description |
---|---|
void |
onIsSpeakingChanged(ParticipantDevice participantDevice,
boolean isSpeaking)
Callback used to notify that is this participant device speaking has changed.
|
public void onIsSpeakingChanged(@NonNull ParticipantDevice participantDevice, boolean isSpeaking)
ParticipantDeviceListener
onIsSpeakingChanged
in interface ParticipantDeviceListener
participantDevice
- LinphoneParticipantDevice object isSpeaking
- is this participant device speaking