/mcpDescription Method Interface This returns the video capability of the Terminal. The video capability can be: • CiscoMultiMediaCapabilityInfo.NONE • CiscoMultiMediaCapabilityInfo.VIDEO_ENABLED getVideoCapability() int CiscoProvTerminalRegisteredEv This event is delivered to provider observer whenever a terminal registers with Cisco Unified Communication Manager. To receive this event, the application must use registerFeature API with CiscoFeatureID. TERMINAL_REGISTER_UNREGISTER_EVENT_NOTIFY. This event is delivered if a Terminal registers to Cisco Unified Communication Manager after the application registers for the feature using registerFeature API. During initialization time and JTAPI failover time the application can see this event for some the Terminals in the control list. Interface History Description Cisco Unified Communications Manager Release Number New interface. 7.1(3) Declaration public interface CiscoProvTerminalRegisteredEv extends CiscoProvEv. Fields Table 153: Fields in CiscoProvTerminalRegisteredEv Description Field Interface Returns the terminal that registered with Cisco Unified Communications Manager. getTerminal() Terminal Methods None Related Documentation None Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 490 Cisco Unified JTAPI Extensions CiscoProvTerminalRegisteredEv