Returns available voice and video calling regions for the channel, used to optimise connection quality. Requires membership with call permissions.
curl --request GET \
--url https://api.fluxer.app/v1/channels/{channel_id}/rtc-regions \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>"
}
]User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.
The ID of the channel
curl --request GET \
--url https://api.fluxer.app/v1/channels/{channel_id}/rtc-regions \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>"
}
]