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: 10.3.199.0
Syntax
public CallMediaInfo(
	SRTPMode srtpMode,
	CallType callType,
	NatTraversalMethod natTraversalMethod
)

Parameters

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