Delegate CoreListener.OnNewSubscriptionRequestedDelegate
Reports that a new subscription request has been received and wait for a decision.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNewSubscriptionRequestedDelegate(Core core, Friend linphoneFriend, string url);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| Friend | linphoneFriend | The Friend aimed by the subscription. |
| System.String | url | URI of the subscriber |
Remarks
Note : A subscription request is notified by this function only if the SubscribePolicy for the given Friend has been set to SPWait. See IncSubscribePolicy.