Click or drag to resize

Subscription Constructor

Initializes a new instance of the Subscription class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Subscription(
	IUserAgentInstance owner,
	string id,
	DialogID dialogID,
	SIPAddress account,
	SIPAddress contact,
	TransportInfo transport,
	string eventType,
	SIPDialogSide side,
	int expires = 30,
	int eventId = 0,
	bool refresh = true,
	string phoneNumber = ""
)

Parameters

owner
Type: Ozeki.VoIPIUserAgentInstance
id
Type: SystemString
dialogID
Type: Ozeki.VoIPDialogID
account
Type: Ozeki.VoIPSIPAddress
contact
Type: Ozeki.VoIPSIPAddress
transport
Type: Ozeki.NetworkTransportInfo
eventType
Type: SystemString
side
Type: Ozeki.VoIPSIPDialogSide
expires (Optional)
Type: SystemInt32
eventId (Optional)
Type: SystemInt32
refresh (Optional)
Type: SystemBoolean
phoneNumber (Optional)
Type: SystemString
See Also