I am creating a Twilio application using JavaScript SDK.
I want to implement call hold functionality but I am having trouble implementing it.
What is the pr
Twilio evangelist here.
There are different ways to place a call on "hold". Normally it does not matter whether the call originated from Client or from a PSTN number, the process is generally the same:
Now, for placing the call on "hold" there are a couple of options I can suggest:
One is to use the
Another option is to use the
Hope that helps.