Home > sip.js > OutgoingInviteRequestDelegate
Delegate providing custom handling of outgoing INVITE requests.
Signature:
export interface OutgoingInviteRequestDelegate extends OutgoingRequestDelegate
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. |