Click or drag to resize
IMediaChannelSetCryptoParameters Method
Sets the encryption and decryption parameters of the media channel.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SetCryptoParameters(
	CryptoDescription localParameter,
	CryptoDescription remoteParamater
)

Parameters

localParameter
Type: Ozeki.MediaCryptoDescription
remoteParamater
Type: Ozeki.MediaCryptoDescription
See Also