Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 885 Bytes

sip.js.inviteservertransaction.ontransporterror.md

File metadata and controls

24 lines (14 loc) · 885 Bytes

Home > sip.js > InviteServerTransaction > onTransportError

InviteServerTransaction.onTransportError() method

First, the procedures in [4] are followed, which attempt to deliver the response to a backup. If those should all fail, based on the definition of failure in [4], the server transaction SHOULD inform the TU that a failure has occurred, and MUST remain in the current state. https://tools.ietf.org/html/rfc6026\#section-8.8

Signature:

protected onTransportError(error: Error): void;

Parameters

Parameter Type Description
error Error

Returns:

void