.NET
Install Vonage Package
To install the Vonage NuGet package, change directory into the VonageVoice repository and run the following command:
dotnet add package Vonage
You can now open the VonageVoice.csproj file in Visual Studio.
Note: This tutorial assumes that you are using Visual Studio. Alternatively, you could open the VonageVoice folder in Visual Studio Code or another editor, but you might have to create some of the scaffolding that Visual Studio generates for you.
Play Audio into a Call with .NET
A tutorial showing you how to build an app that will play audio into a PSTN call
手順
1
Introduction to this tutorial2
Prerequisites3
Create .NET Voice Application4
Install Vonage Dotnet5
Add a Voice Controller6
Add Make Call Action7
Add a Receive Call Route8
Add a Voice View9
Set Startup Route10
Configure the ASP.NET App11
Run the .NET App12
What's Next?