Delegate CoreListener.OnCallIdUpdatedDelegate
Callback to notify the callid of a call has been updated.
This is done typically when a call retry.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallIdUpdatedDelegate(Core core, string previousCallId, string currentCallId);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the LinphoneCore |
| System.String | previousCallId | the previous callid. |
| System.String | currentCallId | the new callid. |