Click or drag to resize

NotifyUACCreateSubscription Method


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

Parameters

owner  IUserAgentInstance
 
dialogID  DialogID
 
account  SIPAddress
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
eventType  String
 
expires  Int32
 

Return Value

Subscription

Implements

INotifySenderUACreateSubscription(IUserAgentInstance, DialogID, SIPAddress, SIPAddress, TransportInfo, String, Int32)
See Also