Class Index | File Index

Classes


Class finesse.restservices.MediaOptionsHelper

Utility class used to synchronize media login options after recovering from a connection or system failure. This class will ensure that the Finesse server that the application fails over to has the same maxDialogLimit, interruptAction, and dialogLogoutAction as the previous Finesse server.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
init(media, mediaOptions)
Initialize a helper class used to recover media objects following connectivity or component failures related to Finesse and/or CCE services.
Class Detail
finesse.restservices.MediaOptionsHelper()
Method Detail
init(media, mediaOptions)
Initialize a helper class used to recover media objects following connectivity or component failures related to Finesse and/or CCE services. Initialize the failover helper to manage the recovery of the given media object.
Parameters:
{Object} media
the media object to recover
{Object} mediaOptions
an object containing the media options used by the application:
  • maxDialogLimit: The id of the object being constructed
  • interruptAction: Accept or ignore interrupts
  • dialogLogoutAction: transfer or close the task at logout time

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)