Skip to content

Commit

Permalink
DEVEXP-565: Add Voice 'Getting Started' code (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch authored Sep 24, 2024
1 parent d0c2d01 commit 225d649
Show file tree
Hide file tree
Showing 10 changed files with 1,017 additions and 0 deletions.
7 changes: 7 additions & 0 deletions getting-started/voice/respond-to-incoming-call/server/.env
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>
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.
Loading

0 comments on commit 225d649

Please sign in to comment.