Delegate CoreListener.OnFirstCallStartedDelegate
Callback prototype telling a call has started (incoming or outgoing) while there was no other call.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnFirstCallStartedDelegate(Core core);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |