Skip to content

Commit 592e1b8

Browse files
ErikHellmanroot
authored and
root
committed
Add missing comment from codelab instructions
The comment mentioned in the codelab was missing. See webrtc#3 for details
1 parent 9b11eed commit 592e1b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/app.js

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ async function createRoom() {
3737

3838
registerPeerConnectionListeners();
3939

40+
// Add code for creating a room here
41+
42+
// Code for creating room above
43+
4044
localStream.getTracks().forEach(track => {
4145
peerConnection.addTrack(track, localStream);
4246
});

0 commit comments

Comments
 (0)