Class: HangupResult

HangupResult(param)

Class representing result type for endCall(), hangup()

Constructor

new HangupResult(param)

Create CallResult
Parameters:
Name Type Description
param object
Properties
Name Type Description
calls Array.<PhoneCall> | PhoneCall one or more calls (can be multiple calls in case of agent endcall/hangup)
Source:

Classes

HangupResult