Delegate CallListener.OnAuthenticationTokenVerifiedDelegate
Call authentication token verified callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnAuthenticationTokenVerifiedDelegate(Call call, bool verified);
Parameters
Type | Name | Description |
---|---|---|
Call | call | Linphone.Call object whose authentication is verified. |
System.Boolean | verified | Whether encryption is verified. |