flutter-incall-manager
flutter-incall-manager copied to clipboard
endles ringback tune
is there a way to force ringback to stop, because i cant seem to stop it with the stop command. even ater stoping it inside dispose, it still keeps ringing, and it changes from earpiece to speaker.
started like this
incall.start( auto: true, media: MediaType.AUDIO, ringback: "_DTMF_");
and stoping like this
incall.stopRingtone(); incall.stop(busytone: "_DTMF_");
but nothing seem to work. please help.
Same problem here
use incall.stopRingback();