Delegate ConferenceListener.OnParticipantDeviceJoiningRequestDelegate
Callback used to notify a conference that a participant has requested to join the conference.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnParticipantDeviceJoiningRequestDelegate(Conference conference, ParticipantDevice participantDevice);
Parameters
Type | Name | Description |
---|---|---|
Conference | conference | Linphone.Conference object |
ParticipantDevice | participantDevice | Linphone.ParticipantDevice that has requested to join the conference |