Retrieve settings
This endpoint is used to fetch settings.
GEThttps://api.100ms.live/v2/templates/<template_id>/settings
curl --location --request GET 'https://api.100ms.live/v2/templates/<template_id>/settings' \ --header 'Authorization: Bearer <management_token>'
RESPONSE
Status: 200 OK
{ "region": "in", "recording": null, "roomState": { "messageInterval": 5, "sendPeerList": false, "stopRoomStateOnJoin": true, "enabled": false }, "retry": {} }
Arguments
Name | Type | Description | Required |
---|---|---|---|
template_id — path param | string | Unique identifier of the template you wish to fetch settings details for. Example: 6316d5ca5a2635a5849a0216 | Yes |
Have a suggestion? Recommend changes ->