We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6329a2 commit ece7625Copy full SHA for ece7625
stream.html
@@ -91,8 +91,8 @@
91
form.streamname.style.background="#55ff5b";
92
form.streamname.value = phone.number();
93
form.stream_submit.hidden="true";
94
- ctrl.stream();
95
ctrl.addLocalStream(video_out);
+ ctrl.stream();
96
addLog("Streaming to " + streamName);
97
});
98
ctrl.receive(function(session){
0 commit comments