Click or drag to resize

LocalCall Constructor

Initializes a new instance of the LocalCall class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
protected LocalCall(
	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
See Also