Delegate CoreListener.OnIsComposingReceivedDelegate
Is composing notification callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnIsComposingReceivedDelegate(Core core, ChatRoom chatRoom);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| ChatRoom | chatRoom | ChatRoom involved in the conversation. |