Fix typo in comment.
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user