AliKhadivi / WebRTC-DotnetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotnet Core WebRTC Video Call

Requirments:

  • dotnet 6 sdk (for build)

build:

dotnet restore
dotnet build

run:

dotnet run

publish:

dotnet publish -c Release -o publish/ --self-contained

run after publish:

cd publish # go to published folder
dotnet webrtc-dotnetcore.dll --urls https://0.0.0.0:3000

trust certificate:

dotnet dev-certs https --trust

Author: Ali Khadivi

About


Languages

Language:JavaScript 90.8%Language:C# 4.6%Language:HTML 3.5%Language:CSS 1.1%