Skip to content

A demo application in C# that showcases how to get Call related analytics data using RingCentral's Call Performance API.

License

Notifications You must be signed in to change notification settings

ringcentral/call-performance-analytics-demo-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Call Performance Demo Application (C# using RestSharp)

This is a simple C# application that uses RestSharp library to demonstrate how to call RingCentral Call Performance API. The resulting JSON is rendered on the standard console. You would need to implement Authentication with RingCentral to run this demo application.

More information about that can be found in the developer guide.

PreRequisite:

  1. .Net SDK (.Net or .Net Core)
  2. RestSharp Library
  3. Have a RingCentral Application with 'Analytics Permission'
  4. Get the RingCentral Application ID & Secret Key from Developer Dashboard - Production Credentials as that will be used for authentication purpose

Steps to run the program

  1. Clone/Download this GitHub Repository
  2. Navigate to the WebAPIClient folder
  3. Edit the "Program.cs" file by adding authentication support. For more information regarding the same refer to this guide.
  4. Compile and Run the program by executing the following commands
dotnet add package RestSharp
dotnet run                  
  1. Open Console to see the JSON Response of the Call Performance API Execution

About

A demo application in C# that showcases how to get Call related analytics data using RingCentral's Call Performance API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages