Delegate CoreListener.OnCallStateChangedDelegate
Get the LinphoneCoreCbsCallStateChangedCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallStateChangedDelegate(Core core, Call call, CallState state, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| Call | call | |
| CallState | state | |
| System.String | message |