This repository contains a sample project that demonstrates real-time live video calling and streaming using ASP.NET Core, SignalR, and WebRTC Media APIs.
This project is intended only for learning and demonstration purposes.
- Real-time video streaming
- Real-time audio (voice) calling
- Peer-to-peer communication using WebRTC
- Real-time signaling using SignalR
- Browser-based solution (no plugins required)
- ASP.NET Core
- SignalR
- WebRTC Media APIs
- JavaScript
- HTML5 & CSS
- This is a sample / demo project
- No authentication implemented
- TURN server is not configured
- Not recommended for production use
- Learning WebRTC with ASP.NET Core
- Understanding SignalR signaling
- Proof of concept (POC) for video calling
- Educational demonstrations
- Screen Sharing and access controll
- User authentication
- TURN server support
- Recording live streams
- UI/UX improvements