/mcpMethods getDialogLogoutAction() Retrieves the action that is taken when the agent logs out with dialogs that are associated with the media. Returns {String} The action taken when dialog logs out. The actions are: • CLOSE—The dialog is closed. • TRANSFER—The dialog is transferred to another agent. getId() Retrieves the Id. Returns {String} The Id. getInterruptAction() Retrieves the action that is taken when the media is interrupted. Returns {String} The action taken when media is interrupted. The actions are: • ACCEPT—The interrupt is accepted and the agent is not allowed to work on tasks in the media. • IGNORE—The interrupt is ignored and the agent is allowed to work on tasks in the media. getInterruptible() Retrieves whether the media is interruptible. Returns {Boolean} True if interruptible and false if it is not interruptible. getMaxDialogLimit() Retrieves the maximum number of dialogs that are allowed in the media. Returns {String} The maximum number of dialogs in the media. getMediaDialogs(handlers) Retrieves the MediaDialogs collection object that is associated with the user in the media. Example First call: _mediaDialogs = _media.getMediaDialogs({ onLoad: _handleMediaDialogsLoad, onChange: _handleTeamChange, onAdd: _handleMediaDialogAdd, Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 494 Cisco Finesse JavaScript APIs Media