Get Active Room Details
GET {{HOST}}/v2/active-rooms/<room_id>
Retrieves the details of a specific active room. 100ms allows you to retrieve details of an active room with their ID.
- You can use this API to check if a room is currently active or not.
- You can also use this in conjunction with retrieve peer API and perform actions such as updating peers, sending messages, and removing peers based on your use case requirements.