Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 911 Bytes

sip.js.sessiondialog.receiverequest.md

File metadata and controls

24 lines (14 loc) · 911 Bytes

Home > sip.js > SessionDialog > receiveRequest

SessionDialog.receiveRequest() method

Requests sent within a dialog, as any other requests, are atomic. If a particular request is accepted by the UAS, all the state changes associated with it are performed. If the request is rejected, none of the state changes are performed. https://tools.ietf.org/html/rfc3261\#section-12.2.2

Signature:

receiveRequest(message: IncomingRequestMessage): void;

Parameters

Parameter Type Description
message IncomingRequestMessage Incoming request message within this dialog.

Returns:

void