Click or drag to resize

SubscribeUACCreateNewSubscription Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public 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

Implements

ISubscribeSenderUACreateNewSubscription(IUserAgentInstance, SIPAddress, SIPAddress, TransportInfo, String, String)
See Also