Class Index | File Index

Classes


Class finesse.restservices.MediaDialog


Extends finesse.restservices.DialogBase.
A MediaDialog is an attempted connection between or among multiple participants, for example, a chat or email.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Fields borrowed from class finesse.restservices.RestBase:
restResponseStatus
Method Summary
Method Attributes Method Name and Description
 
setTaskState(action, handlers, target)
Set the state on a Media Dialog based on the action given.
 
transfer(target, handlers)
Transfers a Media Dialog to the target specified
Methods borrowed from class finesse.restservices.DialogBase:
getCallType, getMediaProperties, getMediaType, getParticipants, getParticipantTimerCounters, getState
Methods borrowed from class finesse.restservices.RestBase:
addHandler, getData, getId, getProperty, hasProperty, isLoaded, refresh, removeHandler
Class Detail
finesse.restservices.MediaDialog()
Method Detail
setTaskState(action, handlers, target)
Set the state on a Media Dialog based on the action given.
Parameters:
{finesse.restservices.MediaDialog.TaskActions} action
The action string indicating the action to invoke on a Media dialog.
{finesse.interfaces.RequestHandlers} handlers
An object containing the handlers for the request
{String} target
The target to transfer the dialog. Pass null if not transfer

transfer(target, handlers)
Transfers a Media Dialog to the target specified
Parameters:
{String} target
script selector The script selector to transfer the dialog.
{finesse.interfaces.RequestHandlers} handlers
An object containing the handlers for the request

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