Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 809 Bytes

sip.js.outgoinginviterequestdelegate.md

File metadata and controls

21 lines (13 loc) · 809 Bytes

Home > sip.js > OutgoingInviteRequestDelegate

OutgoingInviteRequestDelegate interface

Delegate providing custom handling of outgoing INVITE requests.

Signature:

export interface OutgoingInviteRequestDelegate extends OutgoingRequestDelegate 

Methods

Method Description
onAccept(response) Received a 2xx positive final response to this request.
onProgress(response) Received a 1xx provisional response to this request. Excluding 100 responses.