Changes the voice server region for an active call to optimise latency and connection quality.
curl --request PATCH \
--url https://api.fluxer.app/v1/channels/{channel_id}/call \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"region": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.
The ID of the channel
The preferred voice region for the call (1-64 characters). Omit or set to null for automatic region selection.
No Content
curl --request PATCH \
--url https://api.fluxer.app/v1/channels/{channel_id}/call \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"region": "<string>"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}