Delegate CoreListener.OnCallIdUpdatedDelegate
Get the LinphoneCoreCbsCallIdUpdatedCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallIdUpdatedDelegate(Core core, string previousCallId, string currentCallId);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| System.String | previousCallId | |
| System.String | currentCallId |