chore: Add call sound
This commit is contained in:
parent
c19c6087dd
commit
ffb63e6ff6
2 changed files with 1 additions and 1 deletions
BIN
assets/sounds/call.ogg
Normal file
BIN
assets/sounds/call.ogg
Normal file
Binary file not shown.
|
|
@ -173,7 +173,7 @@ class _MyCallingPage extends State<Calling> {
|
||||||
CallState? _state;
|
CallState? _state;
|
||||||
|
|
||||||
void _playCallSound() async {
|
void _playCallSound() async {
|
||||||
const path = 'assets/sounds/call.wav';
|
const path = 'assets/sounds/call.ogg';
|
||||||
if (kIsWeb) {
|
if (kIsWeb) {
|
||||||
darthtml.AudioElement()
|
darthtml.AudioElement()
|
||||||
..src = 'assets/$path'
|
..src = 'assets/$path'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue