Click or drag to resize

LocalCallCreateIncoming Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static LocalCall CreateIncoming(
	IExtensionBase owner,
	string callID,
	DialParameters dialParams,
	bool sendRinging,
	IMediaSession sessionManager
)

Parameters

owner
Type: Ozeki.VoIPIExtensionBase
callID
Type: SystemString
dialParams
Type: Ozeki.VoIPDialParameters
sendRinging
Type: SystemBoolean
sessionManager
Type: Ozeki.MediaIMediaSession

Return Value

Type: LocalCall
See Also