mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +08:00
refresh on new audio device detected
This commit is contained in:
parent
770250d8d6
commit
4b22a48420
@ -881,6 +881,8 @@ function startUp() {
|
||||
|
||||
captionText.text("Waiting for other user to join...").fadeIn();
|
||||
rePositionCaptions();
|
||||
|
||||
navigator.mediaDevices.ondevicechange = () => window.location.reload();
|
||||
}
|
||||
|
||||
startUp();
|
||||
|
Loading…
Reference in New Issue
Block a user