Delegate ConferenceListener.OnParticipantDeviceIsSpeakingChangedDelegate
Callback used to notify that a participant device is speaking or isn't speaking anymore.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnParticipantDeviceIsSpeakingChangedDelegate(Conference conference, ParticipantDevice participantDevice, bool isSpeaking);Parameters
| Type | Name | Description | 
|---|---|---|
| Conference | conference | Linphone.Conference object | 
| ParticipantDevice | participantDevice | the participant device | 
| System.Boolean | isSpeaking | true if is speaking, false otherwise |