Delegate ConferenceListener.OnParticipantDeviceScreenSharingChangedDelegate
Callback used to notify a conference that a participant device starts or stops screen sharing.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnParticipantDeviceScreenSharingChangedDelegate(Conference conference, ParticipantDevice device, bool enabled);
Parameters
| Type | Name | Description |
|---|---|---|
| Conference | conference | Linphone.Conference object |
| ParticipantDevice | device | Linphone.ParticipantDevice who starts or stops screen sharing |
| System.Boolean | enabled | whether the screen sharing is enabled or disabled |