-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
fe735c8
commit b462924
Showing
5 changed files
with
23 additions
and
23 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Version 1.0.1 | ||
# Version 1.1.0 | ||
- Initial version. Support for: | ||
- SIP Trunks | ||
- Access Control List | ||
|
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 |
---|---|---|
|
@@ -179,11 +179,11 @@ Each API exposes dedicated parameters to override the default hostname and regio | |
| Authentication | authHostname | N/A | | ||
| SMS | smsHostname | smsRegion | | ||
| Conversation | conversationHostname | conversationRegion | | ||
| | conversationTemplatesHostname | | | ||
| | conversationTemplatesHostname | conversationRegion | | ||
| Elastic SIP Trunking | elasticSipTrunkingHostname | N/A | | ||
| Fax | faxHostname | faxRegion | | ||
| Voice | voiceHostname | voiceRegion | | ||
| | voiceApplicationManagementHostname | | | ||
| | voiceApplicationManagementHostname | N/A | | ||
| Numbers | numbersHostname | N/A | | ||
| Verification | verificationHostname | N/A | | ||
|
||
|
@@ -341,12 +341,12 @@ Developer Experience team: [[email protected]](mailto:[email protected]) | |
|
||
Here is the list of the Sinch API and there level of support by the Node.js SDK: | ||
|
||
| API Category | API Name | Status | | ||
|------------------------|--------------------------|:------:| | ||
| Messaging | SMS API | ✅ | | ||
| | Conversation API | ✅ | | ||
| | Fax API | ✅ | | ||
| Voice and Video | Voice API | ✅ | | ||
| | Elastic SIP Trunking API | ✅ | | ||
| Numbers & Connectivity | Numbers API | ✅ | | ||
| Verification | Verification API | ✅ | | ||
| API Category | API Name | Status | | ||
|------------------------|---------------------------------|:------:| | ||
| Messaging | SMS API | ✅ | | ||
| | Conversation API | ✅ | | ||
| | Fax API | ✅ | | ||
| Voice and Video | Voice API | ✅ | | ||
| | Elastic SIP Trunking API (beta) | ✅ | | ||
| Numbers & Connectivity | Numbers API | ✅ | | ||
| Verification | Verification API | ✅ | |
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