chore: Add call sound

onboarding
Krille Fear 4 years ago
parent c19c6087dd
commit ffb63e6ff6

Binary file not shown.

@ -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'

Loading…
Cancel
Save