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 | Linphone.Core object |
| ChatRoom | chatRoom | Linphone.ChatRoom involved in the conversation. |