Click or drag to resize

IExtensionContainerTryRemoveSIPExtension Method

Attempts to remove the SIP extension from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
bool TryRemoveSIPExtension(
	ISIPExtension extension
)

Parameters

extension
Type: Ozeki.VoIPISIPExtension

Return Value

Type: Boolean
True if the extension was removed from the container successfully; otherwise, false.
See Also