Backend API to query information required for standalone signaling servers
See sections "Backend validation" in https://nextcloud-spreed-signaling.readthedocs.io/en/latest/standalone-signaling-api-v1/#backend-requests
Path parameters
Headers
Random seed (at least 32 bytes) used together with the request body to generate the SHA256-HMAC request checksum
SHA256-HMAC checksum over the concatenation of the random seed and the request body, signed with the shared signaling secret, to verify authenticity from the signaling backend
Required to be true for the API request to pass
Response
Always, sorry about that
Changes
Changed in 1 of the 42 revisions of this API.2
- ○
added the new optional
headerrequest parameterspreed-signaling-checksumnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterspreed-signaling-randomnew-optional-request-parameter
- ○