sip.js.notification.reject.md
September 26, 2022 ยท View on GitHub
Home > sip.js > Notification > reject
Notification.reject() method
Reject the request.
Signature:
reject(options?: ResponseOptions): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | ResponseOptions |
Returns:
Promise<void>