MediaChannelSetCryptoParameters Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SetCryptoParameters(
CryptoDescription localParameter,
CryptoDescription remoteParamater
)
Public Sub SetCryptoParameters (
localParameter As CryptoDescription,
remoteParamater As CryptoDescription
)
public:
virtual void SetCryptoParameters(
CryptoDescription^ localParameter,
CryptoDescription^ remoteParamater
) sealed
abstract SetCryptoParameters :
localParameter : CryptoDescription *
remoteParamater : CryptoDescription -> unit
override SetCryptoParameters :
localParameter : CryptoDescription *
remoteParamater : CryptoDescription -> unit
Parameters
- localParameter
- Type: Ozeki.MediaCryptoDescription
- remoteParamater
- Type: Ozeki.MediaCryptoDescription
Implements
IMediaChannelSetCryptoParameters(CryptoDescription, CryptoDescription)See Also