Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 866 Bytes

sip.js.reinviteuseragentserver.reject.md

File metadata and controls

24 lines (14 loc) · 866 Bytes

Home > sip.js > ReInviteUserAgentServer > reject

ReInviteUserAgentServer.reject() method

3.1 Background on Re-INVITE Handling by UASs An error response to a re-INVITE has the following semantics. As specified in Section 12.2.2 of RFC 3261 [RFC3261], if a re-INVITE is rejected, no state changes are performed. https://tools.ietf.org/html/rfc6141\#section-3.1

Signature:

reject(options?: ResponseOptions): OutgoingResponse;

Parameters

Parameter Type Description
options ResponseOptions Reject options bucket.

Returns:

OutgoingResponse