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: 10.3.183.0
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