1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

Fix typo in comment.

This commit is contained in:
Juliusz Chroboczek 2023-12-08 18:39:08 +01:00
parent d16c680f99
commit c0214c3350

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;