/mcpDescription Method Interface This method checks whether the user has been provisioned in the Cisco Unified Communications Manager to record calls. Only users in 'Standard CTI Allow Call Recording' user group can record calls. Returns True if the user belongs to the group. canRecord() boolean This method checks whether a user has been provisioned in the Cisco Unified Communications Manager to monitor calls. Only users in 'Standard CTI Allow Call Monitoring' user group can initiate call monitoring request. Returns True if the user belongs to the group. canMonitor() boolean This interface returns true if Enterprise Parameter “Enable IPv6” is enabled and false otherwise. canSupportIPv6() boolean Inherited Methods From Interface javax.telephony.capabilities.ProviderCapabilities isObservable Related Documentation See canObserveAnyTerminal(). CiscoProviderCapabilityChangedEv Application provider observers receive this event when a user gets added or removed from user groups (capabilitied) in Cisco Unified Communications Manager. The methods for this event let you check which capabilities changed. Interface History Description Cisco Unified Communications Manager Release Number Added hasIPv6CapabilityChanged() method. 7.1(1 and 2) Declaration public interface CiscoProviderCapabilityChangedEv Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 506 Cisco Unified JTAPI Extensions Inherited Methods