Home > sip.js > InviteServerTransaction > onTransportError
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;
Parameter | Type | Description |
---|---|---|
error | Error |
Returns:
void