Delegate CoreListener.OnSubscriptionStateChangedDelegate
Callback prototype for notifying the application about changes of subscription states, including arrival of new subscriptions.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnSubscriptionStateChangedDelegate(Core core, Event linphoneEvent, SubscriptionState state);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| Event | linphoneEvent | the Event |
| SubscriptionState | state | the new SubscriptionState |