Open index.html through any web server (e.g. Live Server in Visual Studio Code)
This folder contains demo of how to capture microphone audio, record it and allow user to download it.
This folder contains demo of how to capture microphone audio + camera video, record it and allow user to download it.
This folder contains demo of how to capture screen sharing with microphone audio, record it and allow user to download it.
This folder contains demo of how to capture screen sharing + camera with microphone audio, record it and allow user to download it.
This folder contains demo of how to create RTCConnection and share metadata with peer through a 'signaling server'. It shows how we can send audio/video/screen share with peer.
This folder contains ASP.NET SignalR project which is being used as 'signaling server' for RTC Demo. You may use any websocket implementation instead.
This folder contains self signed certificate for localhost