Objective
In Twilio, a Room is identified by a SID: a string that uniquely identifies that Room inside Twilio. A Room SID always start with the characters RM and looks like this: RMdba2b037253f3a9a81a591681e88ce96.
Product
Programmable Video
Environment
legacy Twilio Console
Procedure
Where to find a Room SID in the Twilio Console?
- Go to Twilio Console --> Monitor --> Logs --> Video Rooms.
You can find Room SID(RMXXXXXXXXXX) under Unique Name & SID column.
Using the API
With the Programmable Video API, you can list room sids under the unique name and the room status. In this sample, the room with unique name DailyStandup is requested.
curl -X GET "https://video.twilio.com/v1/Rooms?Status=completed&UniqueName=DailyStandup&PageSize=20" \ -u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Additional Information
For any additional assistance, please reach out Twilio Support.