sip.js.outgoingrequest.cancel.md

September 26, 2022 ยท View on GitHub

Home > sip.js > OutgoingRequest > cancel

OutgoingRequest.cancel() method

Sends a CANCEL message targeting this request to the UAS.

Signature:

cancel(reason?: string, options?: RequestOptions): void;

Parameters

ParameterTypeDescription
reasonstringReason for canceling request.
optionsRequestOptionsRequest options bucket.

Returns:

void

Contents

  1. 1OutgoingRequest.cancel() method
  2. 2Parameters