Click or drag to resize

ISubscribeSenderUACreateNewSubscription Method

Creates a new subscription.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
Subscription CreateNewSubscription(
	IUserAgentInstance owner,
	SIPAddress account,
	SIPAddress contact,
	TransportInfo transportInfo,
	string eventType,
	string phoneNumber = ""
)

Parameters

owner  IUserAgentInstance
 
account  SIPAddress
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
eventType  String
 
phoneNumber  String  (Optional)
 

Return Value

Subscription
See Also