refresh on new audio device detected

This commit is contained in:
Ian Ramzy 2020-04-05 13:39:11 -04:00
parent 770250d8d6
commit 4b22a48420
1 changed files with 2 additions and 0 deletions

View File

@ -881,6 +881,8 @@ function startUp() {
captionText.text("Waiting for other user to join...").fadeIn();
rePositionCaptions();
navigator.mediaDevices.ondevicechange = () => window.location.reload();
}
startUp();