Click or drag to resize

ServicePropertiestwilio_TwilioRecordingStatusCallback Property

The URL that will be passed to Twilio for callbacks about completed call recordings. This endpoint is not built in to the IVR application because it is expected that users will want to store their recordings in Amazon S3 and use EC2 or Lambda to respond to these call backs and kick off the transfer of recordings from Twilio to S3

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string twilio_TwilioRecordingStatusCallback { get; }

Property Value

Type: String
The URL that will be passed to Twilio for callbacks about completed call recordings. This endpoint is not built in to the IVR application because it is expected that users will want to store their recordings in Amazon S3 and use EC2 or Lambda to respond to these call backs and kick off the transfer of recordings from Twilio to S3
Remarks
Applies to ServiceInstance twilio only.
See Also