McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 521

↗ View in doc context
page
521
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::505

Description Type Name Options for the media object. For additional parameters and methods, see RestBase Common P Object options Returns {finesse.restservices.Media} The Media object. MediaOptionsHelper Class finesse.restservices.MediaOptionsHelper Synchronizes media login options after recovering from a connection or system failure. This class ensures that when the Cisco Finesse server application fails over, it has the same maxDialogLimit, interruptAction, and dialogLogoutAction as the previous Cisco Finesse server. Example _optionsHelper = new MediaOptionsHelper(media, mediaOptions); Method init(media, mediaOptions) Initializes a helper class that is used to recover media objects following a connectivity failure or component failure. These failures may be related to either Cisco Finesse or Cisco Unified CCE services or both. Initializes the failover helper to manage the recovery of the given media object. Parameters Required Description Type Name Yes The media object to recover. Object media Yes The options for the media object. Object mediaOptions Yes The maximum number of dialogs that are allowed in the media. For more information, see #unique_406 unique 406_Connect_42_d15e137. String -->maxDialogLimit Yes The action that is taken when the media is interrupted. The actions are: • ACCEPT • IGNORE For more information, see #unique_406 unique 406_Connect_42_d15e89. String -->interruptAction Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 505 Cisco Finesse JavaScript APIs MediaOptionsHelper