Description
Describe the requested update
Add information about the limits of announceUrl
for Conference Participant Update API.
https://developer.signalwire.com/rest/compatibility-api/endpoints/update-participant
announceUrl
will only play up to 60 seconds of audio.
In addition, announceUrl
, when pointing to a cxml bin using the Say
verb, inherits the limits of Say
itself.
https://developer.signalwire.com/compatibility-api/cxml/voice/say/
When Polly is used, then a request with more than 3000 chargeable characters will be rejected by Polly.
So nothing will be heard by the target participant.
Reason for the request
SF testing led to https://github.com/signalwire/cloud-product/issues/14971
Sections to be updated
https://developer.signalwire.com/rest/compatibility-api/endpoints/update-participant
https://developer.signalwire.com/compatibility-api/cxml/voice/say/
Additional context
Related Issues or PRs