Create
To create a predefined poll you need to execute a POST request against the /rooms/:id/polls endpoint.
Predefined polls are loaded on session start.
You need to specify the poll question and also an array of the poll options. With the multiple param you can control if is a multiple choice question or not.
A poll can be configured to be anonymous - that means nobody in the room will be able to see who voted for what exact option. Only the total amount of votes will be seen, but not the concrete users.
Request
Response (200 OK)
Last updated