We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bdc81 commit ed99adcCopy full SHA for ed99adc
src/serverless/functions/recordingrules.js
@@ -3,6 +3,7 @@
3
4
// We need to use a newer twilio client than the one provided by context.getTwilioClient(),
5
// so we require it here. The version is specified in helpers.js in the 'deployOptions' object.
6
+// TODO: replace with context.getTwilioClient() when https://issues.corp.twilio.com/browse/RUN-3731 is complete
7
const twilio = require('twilio');
8
9
module.exports.handler = async (context, event, callback) => {
0 commit comments