Skip to content

Commit ece7625

Browse files
committed
Changed streaming line
1 parent e6329a2 commit ece7625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
form.streamname.style.background="#55ff5b";
9292
form.streamname.value = phone.number();
9393
form.stream_submit.hidden="true";
94-
ctrl.stream();
9594
ctrl.addLocalStream(video_out);
95+
ctrl.stream();
9696
addLog("Streaming to " + streamName);
9797
});
9898
ctrl.receive(function(session){

0 commit comments

Comments
 (0)