Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 577 Bytes

sip.js.simpleuser.decline.md

File metadata and controls

21 lines (12 loc) · 577 Bytes

Home > sip.js > SimpleUser > decline

SimpleUser.decline() method

Decline an incoming call.

Signature:

decline(): Promise<void>;

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.