NAME ---- vote-count-request DESCRIPTION ----------- Instructs the server to count the votes received and return the result of the voting. ARGUMENTS --------- - Event-Id - Voting-Id RESPONSE -------- Message of type voting-details with: - Voting-Data NOTES ----- The sender must have admin privileges for the event and the voting must have been closed, otherwise the message will not be processed. After the votes have been counted the voting status will change from 'closed' to 'finished'. Another vote-count-request will result in an error. The voting result can then be retrieved by sending a voting-details-request. SEE ALSO -------- voting-definition, voting-end-declaration