100ms
Website: https://dashboard.100ms.live/ API Reference: https://www.100ms.live/docs/server-side/v2/api-reference/Rooms/list-rooms
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
management_token | string | Management Token. The management token used for authenticating API requests. You can find or generate this token in your 100ms dashboard under the API section. Refer to the documentation at https://www.100ms.live/docs/concepts/v2/concepts/security-and-tokens#management-token-for-rest-api for more details. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
sessions | id | DefaultPaginator | ✅ | ❌ |
rooms | id | DefaultPaginator | ✅ | ✅ |
active_room_peers | uuid | DefaultPaginator | ✅ | ❌ |
templates | id | DefaultPaginator | ✅ | ✅ |
template_settings | uuid | DefaultPaginator | ✅ | ❌ |
templates_destinations | uuid | DefaultPaginator | ✅ | ❌ |
analytics_events | id | DefaultPaginator | ✅ | ❌ |
recordings | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
management_token
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-08 | 57523 | Initial release by @btkcodedev via Connector Builder |