Delegate CoreListener.OnSubscribeReceivedDelegate
Callback prototype for notifying the application about subscription received from the network.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnSubscribeReceivedDelegate(Core core, Event linphoneEvent, string subscribeEvent, Content body);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | LinphoneCore object |
| Event | linphoneEvent | the LinphoneEvent received |
| System.String | subscribeEvent | The event as string |
| Content | body | the LinphoneContent of the event |