Delegate CoreListener.OnReferReceivedDelegate
Callback prototype for when a refer is received.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnReferReceivedDelegate(Core core, string referTo);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the LinphoneCore |
| System.String | referTo | the address of the refer |