sip.js.reinviteuseragentserver.md

September 26, 2022 ยท View on GitHub

Home > sip.js > ReInviteUserAgentServer

ReInviteUserAgentServer class

Re-INVITE UAS.

Signature:

export declare class ReInviteUserAgentServer extends UserAgentServer implements IncomingInviteRequest 

Extends: UserAgentServer

Implements: IncomingInviteRequest

Remarks

14 Modifying an Existing Session https://tools.ietf.org/html/rfc3261\#section-14 14.2 UAS Behavior https://tools.ietf.org/html/rfc3261\#section-14.2

Constructors

ConstructorModifiersDescription
(constructor)(dialog, message, delegate)Constructs a new instance of the ReInviteUserAgentServer class

Methods

MethodModifiersDescription
accept(options)Update the dialog signaling state on a 2xx response.
progress(options)Update the dialog signaling state on a 1xx response.
redirect(contacts, options)TODO: Not Yet Supported
reject(options)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