Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 863 Bytes

File metadata and controls

24 lines (14 loc) · 863 Bytes

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

Parameter Type Description
options ResponseOptions Accept options bucket.

Returns:

OutgoingResponseWithSession