Click or drag to resize

ISIPSubscriptionManagerCreate(SIPEventType, String) Method

Creates a SIP subscription with the given event-type.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
ISIPSubscription Create(
	SIPEventType eventType,
	string phoneNumber = ""
)

Parameters

eventType  SIPEventType
The event-type
phoneNumber  String  (Optional)
The phone number to subscribe for (eg. at presence method).

Return Value

ISIPSubscription
See Also