sip.js.inviteuseragentserver.accept.md

September 26, 2022 ยท View on GitHub

Home > sip.js > InviteUserAgentServer > accept

InviteUserAgentServer.accept() method

13.3.1.4 The INVITE is Accepted The UAS core generates a 2xx response. This response establishes a dialog, and therefore follows the procedures of Section 12.1.1 in addition to those of Section 8.2.6. https://tools.ietf.org/html/rfc3261\#section-13.3.1.4

Signature:

accept(options?: ResponseOptions): OutgoingResponseWithSession;

Parameters

ParameterTypeDescription
optionsResponseOptionsAccept options bucket.

Returns:

OutgoingResponseWithSession