ISIPSubscriptionManagerCreate(String, String) Method |
Creates a SIP subscription with the given event type.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxISIPSubscription 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 String
- The event-type (eg. message-summary or dialog).
- phoneNumber String (Optional)
- The phone number to subscribe for (eg. at presence method).
Return Value
ISIPSubscription
See Also