Click or drag to resize
ISIPSubscriptionManagerCreate Method (String, 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(
	string eventType,
	string phoneNumber = ""
)

Parameters

eventType
Type: SystemString
The event-type (eg. message-summary or dialog).
phoneNumber (Optional)
Type: SystemString
The phone number to subscribe for (eg. at presence method).

Return Value

Type: ISIPSubscription
See Also