I am hanging up a call like this(java):
Call.updater('somesid').setStatus(Call.UpdateStatus.COMPLETED).update();
I would like to play a message(not via some audio file, but via the twilio 'say' verb) before this call is ended.
How do I do it if its possible?