trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 34 forks source link

How to stop sound? #12

Open hasnainsaeed9692 opened 3 years ago

hasnainsaeed9692 commented 3 years ago

I've implemented flutter beep in my video calling app when user dials a call it will beep until other user picks up the call. I don't know how to stop the beep when user picks up the call. Please help

sohubill commented 2 years ago

I've implemented flutter beep in my video calling app when user dials a call it will beep until other user picks up the call. I don't know how to stop the beep when user picks up the call. Please help

FlutterBeep.playSysSound(50)can stop