https://github.com/freeclimbapi/c-sharp-play-a-recording-tutorial
C# - Play a Recording Tutorial
https://github.com/freeclimbapi/c-sharp-play-a-recording-tutorial
recordings tutorial
Last synced: 5 months ago
JSON representation
C# - Play a Recording Tutorial
- Host: GitHub
- URL: https://github.com/freeclimbapi/c-sharp-play-a-recording-tutorial
- Owner: FreeClimbAPI
- Created: 2019-10-30T19:43:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T20:08:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T21:50:06.117Z (12 months ago)
- Topics: recordings, tutorial
- Language: C#
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# - Play a Recording Tutorial
This project serves as a guide to help you build an application with FreeClimb. View this tutorial on [FreeClimb.com](https://docs.freeclimb.com/docs/play-a-recording#section-c). Specifically, the project will:
- Play a recording to a caller during a call.
## Setting up your new app within your FreeClimb account
To get started using a FreeClimb account, follow the instructions [here](https://docs.freeclimb.com/docs/getting-started-with-freeclimb).
## Setting up the Tutorial
1. Install the nuget packages necessary using command:
```bash
$ dotnet add package freeclimb-cs-sdk
```
2. Configure environment variables
| ENV VARIABLE | DESCRIPTION |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| RECORDING_URL | The url where FreeClimb can download a recording to play. The recording must be [formatted correclty](https://docs.freeclimb.com/reference/interactive-voice-response-ivr#play) to work with FreeClimb. Recordings made by FreeClimb during other calls can be played by using the url provided in the [recordings page](https://www.freeclimb.com/dashboard/portal/recordings). |
## Runnning the Tutorial
1. Run the application using command:
```bash
$ dotnet run
```
## Getting Help
If you are experiencing difficulties, [contact support](https://freeclimb.com/support).