Static acceptStatic approveTitle admin approves a user's play test request.
The ID of the title.
The ID of the play test.
Optional params: Record<string, any>Promise
Static cancelStatic declineTitle admin declines a user's play test request.
The ID of the title.
The ID of the play test.
Optional params: Record<string, any>Promise
Static getGet aggregated results for a play test (publisher view).
The ID of the title.
The ID of the play test.
Optional params: Record<string, any>Promise
Static inviteTitle administrator invites a user to test a title.
The ID of the title.
The data containing user_id and other optional fields.
Optional params: Record<string, any>Promise
Static listStatic mineStatic rejectStatic requestStatic showStatic submitUser submits or updates their answers for a play test.
The ID of the title.
The ID of the play test.
The answers data.
Optional params: Record<string, any>Promise
Static updateTitle admin updates test questions for a play test.
The ID of the title.
The ID of the play test.
The questions data.
Optional params: Record<string, any>Promise
Static uploadUpload an audio/video answer file for a play test question. The file is stored by the Glitch backend (authenticated with the session token) and a media URL is returned that can then be passed to submitAnswers().
The ID of the title.
The ID of the play test.
The recorded audio/video file or blob.
Optional data: Record<string, any>Additional fields (question_id, media_type, title, description).
Optional params: Record<string, any>Optional query parameters.
Optional onUploadProgress: ((progressEvent) => void)Optional progress callback.
Promise
Generated using TypeDoc
User accepts an invite to a play test.