ParticipantDeviceDelegate
public protocol ParticipantDeviceDelegate : AnyObject
Undocumented
-
onIsSpeakingChanged(participantDevice:Default implementationisSpeaking: ) Callback used to notify that is this participant device speaking has changed.
Default Implementation
Declaration
Swift
func onIsSpeakingChanged(participantDevice: ParticipantDevice, isSpeaking: Bool)Parameters
participantDeviceLinphoneParticipantDevice object
isSpeakingis this participant device speaking
ParticipantDeviceDelegate Protocol Reference