Delegate ChatRoomListener.OnParticipantDeviceAddedDelegate
Callback used to notify a chat room that a participant has been added.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnParticipantDeviceAddedDelegate(ChatRoom chatRoom, EventLog eventLog);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | ChatRoom object |
| EventLog | eventLog | EventLog The event to be notified |