chore: Add call sound

This commit is contained in:
Krille Fear 2022-02-17 19:41:08 +01:00
parent 03fceaea15
commit bb4471b1a7
2 changed files with 1 additions and 1 deletions

BIN
assets/sounds/call.ogg Normal file

Binary file not shown.

View File

@ -173,7 +173,7 @@ class _MyCallingPage extends State<Calling> {
CallState? _state;
void _playCallSound() async {
const path = 'assets/sounds/call.wav';
const path = 'assets/sounds/call.ogg';
if (kIsWeb) {
darthtml.AudioElement()
..src = 'assets/$path'