1
Fork 0

Fix typo in comment.

This commit is contained in:
Juliusz Chroboczek 2023-12-08 18:39:08 +01:00
parent d16c680f99
commit c0214c3350
1 changed files with 1 additions and 1 deletions

View File

@ -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;