Edit

Share via


RejectAction class

Action builder class designed to simplify building reject actions.

Constructors

RejectAction(CallSession)

Creates a new instance of the action builder.

Methods

toAction()

Returns the JSON object for the action.

Constructor Details

RejectAction(CallSession)

Creates a new instance of the action builder.

new RejectAction(session?: CallSession)

Parameters

session
CallSession

Method Details

toAction()

Returns the JSON object for the action.

function toAction()

Returns