Delegate CoreListener.OnCallCreatedDelegate
Callback notifying that a new LinphoneCall (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 | LinphoneCore object that has created the call |
| Call | call | The newly created LinphoneCall object |