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 81ec0e3 commit c2bdc81Copy full SHA for c2bdc81
src/serverless/functions/recordingrules.js
@@ -1,4 +1,4 @@
1
-/* global Twilio */
+/* global Twilio Runtime */
2
'use strict';
3
4
// We need to use a newer twilio client than the one provided by context.getTwilioClient(),
src/serverless/functions/token.js
const AccessToken = Twilio.jwt.AccessToken;
0 commit comments