Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 638 Bytes

RTCMultiConnection-SignalR

SignalR project for RTCMultiConnection

RTCMultiConnection github repository:

How to test?

Press F5 to run this project on Chrome, Firefox, Opera, Safari11 or Edge17.

Open two tabs; first tab should click "Open Room" button and another tab should join him using "Join Room" button.

Files

  1. RTCMultiConnection/index.html (main demo file)
  2. RTCMultiConnection/SignalRConnection.js (signaling handler for javascript)
  3. RTCMultiConnection/RTCMultiConnectionSignaling.cs (signalr codes)
  4. RTCMultiConnection/RTCMultiConnectionHub.cs (signalr codes)