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:
parent
d16c680f99
commit
c0214c3350
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue