Click or drag to resize

INotifySenderUACreateSubscription Method

Creates an active subscription.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
Subscription CreateSubscription(
	IUserAgentInstance owner,
	DialogID dialogID,
	SIPAddress account,
	SIPAddress contact,
	TransportInfo transportInfo,
	string eventType,
	int expires
)

Parameters

owner
Type: Ozeki.VoIPIUserAgentInstance
dialogID
Type: Ozeki.VoIPDialogID
account
Type: Ozeki.VoIPSIPAddress
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo
eventType
Type: SystemString
expires
Type: SystemInt32

Return Value

Type: Subscription
See Also