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 | Linphone.Core object |
| Friend | linphoneFriend | The Linphone.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 Linphone.SubscribePolicy for the given Linphone.Friend has been set to Linphone.SubscribePolicy.SPWait. See Linphone.Friend.IncSubscribePolicy.