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: 1.8.12.0 (1.8.12)
Syntax
bool IsAcceptableNewSubscription(
	SubscriptionInfo subscriptionInfo
)

Parameters

subscriptionInfo
Type: Ozeki.VoIPSubscriptionInfo
The received subscription.

Return Value

Type: Boolean
See Also