Click or drag to resize
SRTPPolicy Constructor
Initializes a new instance of the SRTPPolicy class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SRTPPolicy(
	SRTPEncryptAlogirthm algorithm,
	SRTPAuthentication authentication,
	int encKeyLength,
	int authKeyLength,
	int authTagLength,
	int saltKeyLength
)

Parameters

algorithm
Type: Ozeki.Common.SRTPEncryptAlogirthm
authentication
Type: Ozeki.Common.SRTPAuthentication
encKeyLength
Type: System.Int32
authKeyLength
Type: System.Int32
authTagLength
Type: System.Int32
saltKeyLength
Type: System.Int32
See Also