You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: