mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +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()) {
|
if(isSafari()) {
|
||||||
/* Safari doesn't allow autoplay and omits host candidates
|
/* 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) {
|
if(!safariStream) {
|
||||||
navigator.mediaDevices.getUserMedia({audio: true}).then(s => {
|
navigator.mediaDevices.getUserMedia({audio: true}).then(s => {
|
||||||
safariStream = s;
|
safariStream = s;
|
||||||
|
|
Loading…
Reference in a new issue