flutter-incall-manager icon indicating copy to clipboard operation
flutter-incall-manager copied to clipboard

endles ringback tune

Open Condelab opened this issue 5 years ago • 2 comments

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.

Condelab avatar Feb 09 '20 02:02 Condelab

Same problem here

ZatacaSystems avatar Apr 29 '20 18:04 ZatacaSystems

use incall.stopRingback();

xyzbilal avatar Jul 23 '20 07:07 xyzbilal