Click or drag to resize
CallMediaInfo Constructor (SRTPMode, CallType, NatTraversalMethod)
Initializes a new instance of the CallMediaInfo class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CallMediaInfo(
	SRTPMode srtpMode,
	CallType callType,
	NatTraversalMethod natTraversalMethod
)

Parameters

srtpMode
Type: Ozeki.CommonSRTPMode
callType
Type: Ozeki.VoIPCallType
natTraversalMethod
Type: Ozeki.NetworkNatTraversalMethod
See Also