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: 1.8.12.0 (1.8.12)
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