Delegate CoreListener.OnCallCreatedDelegate
Callback notifying that a new Call (either incoming or outgoing) has been created.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallCreatedDelegate(Core core, Call call);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object that has created the call |
| Call | call | The newly created Call object |