-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEVEXP-565: Add Voice 'Getting Started' code (#6)
- Loading branch information
1 parent
d0c2d01
commit 225d649
Showing
10 changed files
with
1,017 additions
and
0 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,7 @@ | ||
# Express related configuration | ||
port = 3001 | ||
|
||
# Application related credentials, used by: | ||
# - Voice | ||
SINCH_APPLICATION_KEY = <Your Application Key> | ||
SINCH_APPLICATION_SECRET = <Your Application Secret> |
5 changes: 5 additions & 0 deletions
5
getting-started/voice/respond-to-incoming-call/server/README.md
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,5 @@ | ||
# Sinch Getting started | ||
|
||
Code is related to [Handle an incoming call with the Node.js SDK](https://developers.sinch.com/docs/voice/getting-started/node-sdk/incoming-call/). | ||
|
||
See [Server template README](https://github.com/sinch/sinch-sdk-node-quickstart/blob/main/templates/server/README.md) for details about configuration and usage. |
Oops, something went wrong.