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