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