twilio-client.js
twilio-client.js copied to clipboard
[FEATURE] Clearly say in documentation that enableRingingState and answerOnBridge functionality will NOT work for trial accounts
Is your feature request related to a problem? Please describe.
When trying to configure twilio javascript client to handle ringing status for connection, documentation says to use enableRingingState
param client side and answerOnBridge
param server side. However, this will NOT work if you are using a free trial account: see here. Would be a huge time saver if this was specified in docs. At the least, it would be helpful to drop that info as a bullet point here.
Describe the solution you'd like Specify this limitation clearly in the docs.
Describe alternatives you've considered
Additional context
Thanks @MarkPare . We'll take a look.