MediaChannelSetCryptoParameters Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 CryptoDescription
-
- remoteParamater CryptoDescription
-
Implements
IMediaChannelSetCryptoParameters(CryptoDescription, CryptoDescription)
See Also