How would you recommend associating a Twilio call recording with the call?
Is there a parameter that shows which call the recording applies to? Here is the documentation: https://www.twilio.com/docs/api/twiml/record
Or is there a way to pass a custom parameter from my app such as "event_id" when setting up the recording below?
<Dial hangupOnStar="true">
<Conference record="record-from-start" eventCallbackUrl="/twilio/receive_recording_url">custom_conference_id from my app</Conference>
</Dial>