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 totrue, you can create a poll in the meeting.
How it works ?
- On Click of 
More OptionsButton you can findPollsselection option. 

- When you pass 
canCreatePollparametertrueyou can create poll. 

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

index.html
const config = {
  // ...
  permissions: {
    //  ...other permissions
    canCreatePoll: true,
  },
  // ...
};
Got a Question? Ask us on discord

