Sinch Java SDK Code Snippets Repository
This repository contains code snippets related to Sinch JAVA SDK
Snippets can be used as starting point to support Sinch products from your own application.
- JDK 8 or later
- Sinch account
Launcher helpers are provided to execute snippets and minimize time to setup your first Java application based onto Sinch SDK
When executing a snippet you will need to provide certain information about your Sinch account (credentials, Sinch virtual phone number, ...)
This settings can be placed directly in the snippet source or you can choose to edit the configuration file, in which case the settings will be shared and used automatically by each snippet.
Launch script is here
Execution:
cd snippets
launcher <SNIPPET_SOURCE_PATH>
Where SNIPPET_SOURCE_PATH
is path to snippet source (see Available Snippets for available snippets)
e.g.:
launcher numbers/SearchForAvailableNumbers
...
launcher regions/List