Skip to content

Commit 199f78a

Browse files
committed
Add image meta tag and update README.md
1 parent 54f23bb commit 199f78a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
### Live Demo can be found [here](https://garza-p2p-react.herokuapp.com/)
44
A video chat app using NodeJS/Express, ReactJS, Socket.IO, and PeerJS to wrap the WebRTC API.
55

6+
![P2P React Screenshot](https://raw.githubusercontent.com/C-Garza/p2p-react/master/streams-react/src/media/images/og-p2p-react.png)
7+
68
Features include the ability to create a room and join a room with peers. In a room, users can change their username,
7-
mute their streams, toggle their video stream on/off, and screenshare with peers.
9+
mute their streams, toggle their video stream on/off, screenshare and text chat with peers.
810

911
To-Do:
1012
* Private Rooms

streams-react/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
/>
1212
<meta property="og:title" content="P2P React" />
1313
<meta property="og:description" content="P2P React is a web app where users can video/text chat with each other through peer-to-peer connections via WebRTC." />
14-
14+
<meta property="og:image" contet="https://raw.githubusercontent.com/C-Garza/p2p-react/master/streams-react/src/media/images/og-p2p-react.png" />
15+
<meta property="og:url" content="https://garza-p2p-react.herokuapp.com/" />
1516
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1617
<!--
1718
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)