ISIPSubscriptionManagerCreate Method (String, String) |
Creates a SIP subscription with the given event type.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax ISIPSubscription Create(
string eventType,
string phoneNumber = ""
)
Function Create (
eventType As String,
Optional phoneNumber As String = ""
) As ISIPSubscription
ISIPSubscription^ Create(
String^ eventType,
String^ phoneNumber = L""
)
abstract Create :
eventType : string *
?phoneNumber : string
(* Defaults:
let _phoneNumber = defaultArg phoneNumber ""
*)
-> ISIPSubscription
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:
ISIPSubscriptionSee Also