Skip to main content

Live Poll

Using this feature a host can create polls and guest participant can submit their opnions on that poll. This guide will provide an overview of how participant can create poll.

Poll attributes

  • canCreatePoll : When set to true, you can create a poll in the meeting.

How it works ?

  • On Click of More Options Button you can find Polls selection option.

Go live with VideoSDK

  • When you pass canCreatePoll parameter true you can create poll.

Go live with VideoSDK

  • Guest Partcipant can submit their opnions on the poll and can also see the result of their previous submitted polls as shown in image.

Go live with VideoSDK

index.html
const config = {
// ...
permissions: {
// ...other permissions
canCreatePoll: true,
},
// ...
};

Got a Question? Ask us on discord