Hierarchy

  • HMSPoll

Properties

anonymous?: boolean

A flag indicating whether the poll is anonymous or not.

createdBy?: HMSPeer

The peer who created the poll.

duration?: number

The duration of the poll in seconds.

The tracking mode for user participation in the poll.

pollId: string

The unique identifier of the poll.

questions?: HMSPollQuestion[]

The list of questions in the poll.

result?: HMSPollResult

The result of the poll.

rolesThatCanViewResponses?: HMSRole[]

The roles that can view the poll responses.

rolesThatCanVote?: HMSRole[]

The roles that can vote in the poll.

startedAt?: Date

The date and time when the poll was started.

startedBy?: HMSPeer

The peer who started the poll.

state?: HMSPollState

The current state of the poll.

stoppedAt?: Date

The date and time when the poll was stopped.

stoppedBy?: HMSPeer

The peer who stopped the poll.

title: string

The title of the poll.

The type of the poll.

Generated using TypeDoc