-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
859 additions
and
3,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [sip.js](./sip.js.md) > [Ack](./sip.js.ack.md) | ||
|
||
## Ack class | ||
|
||
A request to confirm a [Session](./sip.js.session.md) (incoming ACK). | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class Ack | ||
``` | ||
|
||
## Remarks | ||
|
||
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `Ack` class. | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [request](./sip.js.ack.request.md) | | <code>IncomingRequestMessage</code> | Incoming ACK request message. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [sip.js](./sip.js.md) > [Ack](./sip.js.ack.md) > [request](./sip.js.ack.request.md) | ||
|
||
## Ack.request property | ||
|
||
Incoming ACK request message. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
get request(): IncomingRequestMessage; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [sip.js](./sip.js.md) > [InvitationAcceptOptions](./sip.js.invitationacceptoptions.md) > [extraHeaders](./sip.js.invitationacceptoptions.extraheaders.md) | ||
|
||
## InvitationAcceptOptions.extraHeaders property | ||
|
||
Array of extra headers added to the response. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
extraHeaders?: Array<string>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [sip.js](./sip.js.md) > [RegistererOptions](./sip.js.registereroptions.md) > [refreshFrequency](./sip.js.registereroptions.refreshfrequency.md) | ||
|
||
## RegistererOptions.refreshFrequency property | ||
|
||
Determines when a re-REGISTER request is sent. The value should be specified as a percentage of the expiration time (between 50 and 99). | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
refreshFrequency?: number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [sip.js](./sip.js.md) > [SessionDelegate](./sip.js.sessiondelegate.md) > [onAck](./sip.js.sessiondelegate.onack.md) | ||
|
||
## SessionDelegate.onAck() method | ||
|
||
Called upon receiving an incoming in dialog ACK request. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
onAck?(ack: Ack): void; | ||
``` | ||
## Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| ack | <code>Ack</code> | The ack. | | ||
<b>Returns:</b> | ||
`void` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.