Click or drag to resize
SIPCall Constructor (IExtensionBase, SIPCallBasicInfo, MediaDescription, DependencyContainer)
Initializes a new instance of the SIPCall class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPCall(
	IExtensionBase owner,
	SIPCallBasicInfo basicInfo,
	MediaDescription md,
	DependencyContainer container
)

Parameters

owner
Type: Ozeki.VoIPIExtensionBase
basicInfo
Type: Ozeki.VoIPSIPCallBasicInfo
md
Type: Ozeki.MediaMediaDescription
container
Type: Ozeki.CommonDependencyContainer
See Also