Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 874 Bytes

sip.js.outgoingresponsewithsession.md

File metadata and controls

21 lines (13 loc) · 874 Bytes

Home > sip.js > OutgoingResponseWithSession

OutgoingResponseWithSession interface

Outgoing INVITE response with the associated Session.

Signature:

export interface OutgoingResponseWithSession extends OutgoingResponse 

Extends: OutgoingResponse

Properties

Property Modifiers Type Description
session Session Session associated with incoming request acceptance, or Session associated with incoming request progress (if an out of dialog request, an early dialog).