For Workes & Pages, what is the name of the domain?
just use Api Tool to debug
What is the error number?
None
What is the error message?
reserved for future WHIP/WHEP
What is the issue or error you’re encountering
why “revoke” always give “reserved for future WHIP/WHEP”, and “create” sometimes give this message.
What steps have you taken to resolve the issue?
Use Api Tool(like Postman) to debug them. eg.: $USERNAME → I use the name from the response of “Create credentials”
curl --request POST
https://rtc.live.cloudflare.com/v1/turn/keys/$TURN_KEY_ID/credentials/username/$USERNAME/revoke
–header “Authorization: Bearer $TURN_KEY_API_TOKEN”