ISIPSubscriptionManagerCreate(SIPEventType, 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(
SIPEventType eventType,
string phoneNumber = ""
)
Function Create (
eventType As SIPEventType,
Optional phoneNumber As String = ""
) As ISIPSubscription
ISIPSubscription^ Create(
SIPEventType eventType,
String^ phoneNumber = L""
)
abstract Create :
eventType : SIPEventType *
?phoneNumber : string
(* Defaults:
let _phoneNumber = defaultArg phoneNumber ""
*)
-> ISIPSubscription
Parameters
- eventType SIPEventType
- The event-type
- phoneNumber String (Optional)
- The phone number to subscribe for (eg. at presence method).
Return Value
ISIPSubscription
See Also