Click or drag to resize
SubscribeUACCreateNewSubscription Method

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

Parameters

owner
Type: Ozeki.VoIPIUserAgentInstance
account
Type: Ozeki.VoIPSIPAddress
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo
eventType
Type: SystemString
phoneNumber (Optional)
Type: SystemString

Return Value

Type: Subscription

Implements

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