Delegate CoreListener.OnCallEncryptionChangedDelegate
Gets the LinphoneCoreCbsCallEncryptionChangedCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnCallEncryptionChangedDelegate(Core core, Call call, bool mediaEncryptionEnabled, string authenticationToken);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| Call | call | |
| System.Boolean | mediaEncryptionEnabled | |
| System.String | authenticationToken |