Delegate DtlsHandshakeFailedDelegate
Delegate type for the DtlsHandshakeFailed event of the RtpChannel class
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public delegate void DtlsHandshakeFailedDelegate(bool IsServer, IPEndPoint remoteEndPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | IsServer | True if this RtpChannel is the DTLS server or false if it is the DTLS client. |
| IPEndPoint | remoteEndPoint | IP endpoint of the remote peer |