Hello,
I am trying to implement a basic polls feature in Jitsi-meet as part of my course project. So far I have implemented basic UI components for writing poll questions and options, and I am investigating my way to send information between peers in a conference room.
What I am trying to answer now, is how to communicate between participant the details about the poll “question, options, votes, etc…”. So far according to my understanding that should be through lib-jitsi-meet. Maybe using the sendEndpointMessage
available in the public API of the library to send information about the start of a poll, voting by someone, etc.
Does this seams reasonable, please advice if I am missing something or there are better ways to do that.
Thanks.
-Mohamed