Click or drag to resize

ISIPSubscriptionManagerCreate Method (SIPEventType, String)

Creates a SIP subscription with the given event-type.

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

Parameters

eventType
Type: Ozeki.VoIPSIPEventType
The event-type
phoneNumber (Optional)
Type: SystemString
The phone number to subscribe for (eg. at presence method).

Return Value

Type: ISIPSubscription
See Also