Class CryptoSessionParam
Defines valid SDP crypto session parameters.
Inheritance
System.Object
    CryptoSessionParam
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class CryptoSessionParam : object
  Properties
UnauthenticatedSRTP
Gets the SDP crypto session parameter meaning "unauthenticated SRTP".
Declaration
public static string UnauthenticatedSRTP { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UnencryptedSRTCP
Gets the SDP crypto session parameter meaning "unencrypted SRTCP".
Declaration
public static string UnencryptedSRTCP { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
UnencryptedSRTP
Gets the SDP crypto session parameter meaning "unencrypted SRTP".
Declaration
public static string UnencryptedSRTP { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |