Click or drag to resize

SIPExtensionRegisterContainerTryRemoveExtension Method

Attempts to remove the specified extension from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool TryRemoveExtension(
	SIPClientID key
)

Parameters

key
Type: Ozeki.VoIPSIPClientID

Return Value

Type: Boolean

Implements

ISIPExtensionRegisterContainerTryRemoveExtension(SIPClientID)
See Also