Commit c0214c33 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in comment.

parent d16c680f
......@@ -304,7 +304,7 @@ function setConnected(connected) {
}
if(isSafari()) {
/* Safari doesn't allow autoplay and omits host candidates
* unless there is Open one and keep it around. */
* unless there is an open device. */
if(!safariStream) {
navigator.mediaDevices.getUserMedia({audio: true}).then(s => {
safariStream = s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment