sip.js.info.accept.md
September 26, 2022 ยท View on GitHub
Info.accept() method
Accept the request.
Signature:
accept(options?: ResponseOptions): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | ResponseOptions |
Returns:
Promise<void>
September 26, 2022 ยท View on GitHub
Accept the request.
Signature:
accept(options?: ResponseOptions): Promise<void>;
| Parameter | Type | Description |
|---|---|---|
| options | ResponseOptions |
Returns:
Promise<void>