InternalSIPEventNotificationArgsExToSIPEventNotificationArgs Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static SIPEventNotificationArgs ToSIPEventNotificationArgs(
EventPackage eventPackage
)
Public Shared Function ToSIPEventNotificationArgs (
eventPackage As EventPackage
) As SIPEventNotificationArgs
public:
static SIPEventNotificationArgs^ ToSIPEventNotificationArgs(
EventPackage^ eventPackage
)
static member ToSIPEventNotificationArgs :
eventPackage : EventPackage -> SIPEventNotificationArgs
Parameters
- eventPackage
- Type: Ozeki.VoIPEventPackage
Return Value
Type:
SIPEventNotificationArgs
See Also