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, Address referToAddr, Headers customHeaders, Content content);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Linphone.Core |
| Address | referToAddr | the address of the refer |
| Headers | customHeaders | the headers of the received REFER message |
| Content | content | the content of the refer |