Delegate ChatRoomListener.OnParticipantDeviceMediaAvailabilityChangedDelegate
Callback used to notify a conference that the media availability of a participant device has been changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnParticipantDeviceMediaAvailabilityChangedDelegate(ChatRoom chatRoom, EventLog eventLog);
Parameters
Type | Name | Description |
---|---|---|
ChatRoom | chatRoom | Linphone.ChatRoom object |
EventLog | eventLog | Linphone.EventLog The event to be notified |