Skip to content

Commit 3daa35d

Browse files
committed
Update example/index.html
comment "rtc.attachStream(stream, 'you');"
1 parent b7446ff commit 3daa35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
rtc.createStream({"video": true, "audio": true}, function(stream) {
157157
document.getElementById('you').src = URL.createObjectURL(stream);
158158
videos.push(document.getElementById('you'));
159-
rtc.attachStream(stream, 'you');
159+
//rtc.attachStream(stream, 'you');
160160
subdivideVideos();
161161
});
162162
}else {

0 commit comments

Comments
 (0)