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 ba5a5aa commit ac337e8Copy full SHA for ac337e8
src/commands/token/video.js
@@ -16,7 +16,7 @@ class VideoTokenGenerator extends TwilioClientCommand {
16
17
const accessToken = createToken.call(this);
18
19
- let room = this.flags['room-name'];
+ let room = await this.flags['room-name'];
20
let videoGrant = new Twilio.jwt.AccessToken.VideoGrant({ room });
21
accessToken.addGrant(videoGrant);
22
0 commit comments