Home > sip.js > SimpleUser > decline
Decline an incoming call.
Signature:
decline(): Promise<void>;
Returns:
Promise<void>
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.