Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-12-15 19:46:51 +01:00
Родитель d95df9a8f1
Коммит 6bf21d7d29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -111,7 +111,7 @@ export const Sounds = {
if (playWaitingSound) {
await this.playWaiting()
} else {
this._playSoundOnce('join_call.wav')
this._playSoundOnce('join_call.ogg')
}
},
@ -142,7 +142,7 @@ export const Sounds = {
}
this.lastPlayedLeave = currentTime
this._playSoundOnce('leave_call.wav')
this._playSoundOnce('leave_call.ogg')
if (playWaitingSound) {
this.playWaiting()