This is a basic video chat example using .NET Core and Angular.
- Visual Studio, I’m using 2019, though older versions ought to work
- I'm using .NET Core 3.1 so you'll need the developer kit
- An Vonage Video API account, if you don’t have one sign up here
- You'll need to create a project in Vonage Video API which you can do from your account page
Open the sln in Visual Studio.
Open appsettings.json
and replace ApiKey
and ApiSecret with the apiKey and apiSecret from you Vonage Video Api account.
Open The project properties->Debug and ensure the AppUrl matches the SAMPLE_SERVER_BASE_URL
in ClientApp/src/config.ts