Calls
CallsSFU
List apps
GET/accounts/{account_id}/calls/apps
Retrieve app details
GET/accounts/{account_id}/calls/apps/{app_id}
Create a new app
POST/accounts/{account_id}/calls/apps
Edit app details
PUT/accounts/{account_id}/calls/apps/{app_id}
Delete app
DELETE/accounts/{account_id}/calls/apps/{app_id}
CallsTURN
List TURN Keys
GET/accounts/{account_id}/calls/turn_keys
Retrieve TURN key details
GET/accounts/{account_id}/calls/turn_keys/{key_id}
Create a new TURN key
POST/accounts/{account_id}/calls/turn_keys
Edit TURN key details
PUT/accounts/{account_id}/calls/turn_keys/{key_id}
Delete TURN key
DELETE/accounts/{account_id}/calls/turn_keys/{key_id}