The dotnet-core-janus
project is a .NET Core library designed to manage Janus, a general purpose WebRTC server. Please check the test project to see how to use the library
- Handle Text room plugin
- Handle Video room plugin (comming soon)
- .NET Core SDK version 8
- Clone the repository:
git clone https://github.com/yourusername/dotnet-core-janus.git
- Navigate to the project directory:
cd dotnet-core-janus
- Restore dependencies:
dotnet restore
To run the application, use the following command:
dotnet run
Contributions are welcome!
This project is licensed under the MIT License.
- Thank to Copilot that generate most of code base (I'm a Java guy)