Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 735 Bytes

sip.js.sessionmanager.decline.md

File metadata and controls

28 lines (16 loc) · 735 Bytes

Home > sip.js > SessionManager > decline

SessionManager.decline() method

Decline an incoming call.

Signature:

decline(session: Session): Promise<void>;

Parameters

Parameter Type Description
session Session Session to decline.

Returns:

Promise<void>

Remarks

Reject an incoming INVITE request. Resolves with the response is sent, otherwise rejects. Use onCallHangup delegate method to determine if and when call is ended.