I'm trying to build a back-end service to query for room status in a twilio video conversation.
Following this example:
https://www.twilio.com/docs/api/video/rooms-resource#get-by-unique-name
The client created from the constructor doesn't have a video member, so the API isn't working. I get 'client.video' as null, so can't call any of the client.video.XXX functions.
Using twilio version 2.11.4.
What am I missing?