From dcebca5e7c0fc07e69ffb3954e605e2634f33fde Mon Sep 17 00:00:00 2001 From: Leon <leontosy@gmail.com> Date: Thu, 31 May 2018 17:23:24 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index d1d937e..2997cb1 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,7 @@ class Party extends Component { ref={(v) => this.remoteVideos[p.id] = v} /> </div> - <div> <p>{p.nick}</p> - </div> </div> )); @@ -136,17 +134,12 @@ class Party extends Component { return ( <div> <div> - <div> <video - className={styles.vid} // Important: The local video element needs to have both an ID and ref id="localVideo" ref={(vid) => { this.localVid = vid; }} /> - </div> - <div> <p>{this.state.nick}</p> - </div> </div> <div id="remoteVideos"> -- GitLab