Click or drag to resize

CallMediaInfo(SRTPMode, CallType, NatTraversalMethod) Constructor

Initializes a new instance of the CallMediaInfo class

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

Parameters

srtpMode  SRTPMode
 
callType  CallType
 
natTraversalMethod  NatTraversalMethod
 
See Also