Click or drag to resize

SRTPPolicy Constructor

Initializes a new instance of the SRTPPolicy class

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

Parameters

algorithm  SRTPEncryptAlogirthm
 
authentication  SRTPAuthentication
 
encKeyLength  Int32
 
authKeyLength  Int32
 
authTagLength  Int32
 
saltKeyLength  Int32
 
See Also