Delegate CoreListener.OnCallEncryptionChangedDelegate
Call encryption changed 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 | the Linphone.Core |
| Call | call | the Linphone.Call on which encryption is changed. |
| System.Boolean | mediaEncryptionEnabled | whether encryption is activated. |
| System.String | authenticationToken | an authentication token, currently set for ZRTP kind of encryption only. |