MediaSFU Shared
    Preparing search index...

    Interface PollState

    interface PollState {
        polls: any[];
        active: any;
    }
    Index

    Properties

    Properties

    polls: any[]

    Every poll the room has seen.

    active: any

    The poll currently open for voting, if any.