Skip to content

Commit

Permalink
Add missing comment from codelab instructions
Browse files Browse the repository at this point in the history
The comment mentioned in the codelab was missing.

See webrtc#3 for details
  • Loading branch information
ErikHellman authored and root committed Jan 9, 2022
1 parent 9b11eed commit 592e1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ async function createRoom() {

registerPeerConnectionListeners();

// Add code for creating a room here

// Code for creating room above

localStream.getTracks().forEach(track => {
peerConnection.addTrack(track, localStream);
});
Expand Down

0 comments on commit 592e1b8

Please sign in to comment.