Skip to content

FreeClimbAPI/C-Sharp-Play-A-Recording-Tutorial

Repository files navigation

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. 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.

Setting up the Tutorial

  1. Install the nuget packages necessary using command:

    $ 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 to work with FreeClimb. Recordings made by FreeClimb during other calls can be played by using the url provided in the recordings page.

Runnning the Tutorial

  1. Run the application using command:

    $ dotnet run

Getting Help

If you are experiencing difficulties, contact support.

Releases

No releases published

Packages

No packages published

Languages