/mcpField Details Description Name The mobile agent is connected (dialed) for each incoming call received, and is disconnected when the call ends. CALL_BY_CALL The mobile agent is connected (dialed) at login and the call stays connected through multiple customer calls. NAILED_CONNECTION User.WrapUpMode Class finesse.restservices.User.WrapUpMode Represents the possible wrap-up mode types in Unified CCE deployments. Field Details Description Name The user is not allowed to go to wrap-up when call ends. NOT_ALLOWED The user can choose to go to wrap-up on a call-by-call basis when the call ends. OPTIONAL The user must go to wrap-up when call ends. REQUIRED The user must go to wrap-up when call ends and must enter wrap-up data. REQUIRED_WITH_WRAP_UP_DATA UserMediaPropertiesLayout Class finesse.restservices.UserMediaPropertiesLayout Represents a media properties layout. Example _mediaPropertiesLayout = _user.getMediaPropertiesLayout({ onLoad: _handleMediaPropertiesLayoutLoaded, onError: _handleMediaPropertiesLayoutError }); For additional parameters and methods, see RestBase Common Parameters, on page 450. Method getRestUrl() Retrieves the URL for the UserMediaPropertiesLayout resource. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 474 Cisco Finesse JavaScript APIs User.WrapUpMode