Home > sip.js > InviteUserAgentServer > accept
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;| Parameter | Type | Description |
|---|---|---|
| options | ResponseOptions |
Accept options bucket. |
Returns:
OutgoingResponseWithSession