Click or drag to resize

INotifierIsAcceptableNewSubscription Method

Returns a boolean value indicating whether the user can subscribe to the specified subscription.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
bool IsAcceptableNewSubscription(
	SubscriptionInfo subscriptionInfo
)

Parameters

subscriptionInfo
Type: Ozeki.VoIPSubscriptionInfo
The received subscription.

Return Value

Type: Boolean
See Also