File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- # WebRTC Screen Share with Supabase
1+ # DEVxCast
22
33A WebRTC-based screen sharing application that uses Supabase for signaling between casters and presenters.
44
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < meta name ="description " content ="DEVxCast - WebRTC-based screen sharing application " />
7+ < meta property ="og:title " content ="DEVxCast " />
8+ < meta property ="og:description " content ="WebRTC-based screen sharing application " />
9+ < meta property ="og:type " content ="website " />
10+ < meta name ="twitter:card " content ="summary " />
11+ < meta name ="twitter:title " content ="DEVxCast " />
12+ < meta name ="twitter:description " content ="WebRTC-based screen sharing application " />
613 < link rel ="icon " type ="image/svg+xml " href ="./logo.svg " />
7- < title > WebRTC Screen Share </ title >
14+ < title > DEVxCast </ title >
815 </ head >
916 < body >
1017 < div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments