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