twilio / sample-code

Auto-generated code samples for the Twilio REST API
https://www.twilio.com/docs
35 stars 69 forks source link

Twilio Video Logs API #85

Open BansariAkhani opened 5 years ago

BansariAkhani commented 5 years ago

I am not able to get the list of all the video calls of my twilio account. I am using below code to fetch all the video calls.

$rooms = $twilio->video->v1->rooms ->read();

However I am able to fetch individual video data when fetching by SID. Code I am using to fetch single Video call is as below. $room = $twilio->video->rooms("RM***")->fetch();