Click or drag to resize
ILocalCallFactoryCreateIncomingCall Method (SIPCall, IExtensionBase, SRTPMode, Boolean)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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