Active room object
The active room object enables you to perform actions on the room object.
The active room object is the existing room object with additional information like the session object (with an array of peer identifiers). This is not a new object.
Endpointhttps://api.100ms.live/v2/active-rooms
Object
Argument | Description |
---|---|
id | Unique identifier for the room |
name | Alias for the room |
customer_id | Unique identifier for your account |
session | Object of type session . This object contains an array of the unique identifier of the peers. |
Session object
Argument | Description |
---|---|
id | Unique identifier for the session |
created_at | Timestamp when the session started. |
peers | This object contains an array of the unique identifier of the peers |
Postman collection
You can use our Postman collection to start exploring 100ms APIs.
Refer to the Postman guide to get started with 100ms API collection.
Have a suggestion? Recommend changes ->