Click or drag to resize

ILocalCallFactoryCreateIncomingCall Method (SIPCall, IExtensionBase, SRTPMode, Boolean)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
AbstractLocalCall CreateIncomingCall(
	SIPCall call,
	IExtensionBase owner,
	SRTPMode srtpMode,
	bool sendRinging
)

Parameters

call
Type: Ozeki.VoIPSIPCall
owner
Type: Ozeki.VoIPIExtensionBase
srtpMode
Type: Ozeki.CommonSRTPMode
sendRinging
Type: SystemBoolean

Return Value

Type: AbstractLocalCall
See Also