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
On Android (and possibly iOS also though I haven't tested) TwilioVoice.disconnect() successfully terminates the call play but does not play an audio tone to convey to the user that the call has been terminated.
The text was updated successfully, but these errors were encountered:
the twilio java quickstart implements this by playing disconnect.wav in the raw resources directory but I didn't have much luck importing that file, modifying SoundPoolManager.java considerably, and modifying the TwilioVoiceManager.java disconnect function. my react native app still works but no dissconnect.wav sound
On Android (and possibly iOS also though I haven't tested) TwilioVoice.disconnect() successfully terminates the call play but does not play an audio tone to convey to the user that the call has been terminated.
The text was updated successfully, but these errors were encountered: