MediaSFU React Native
    Preparing search index...

    Interface PollUpdatedData

    interface PollUpdatedData {
        polls?: Poll[];
        poll: Poll;
        status: string;
    }
    Index

    Properties

    Properties

    polls?: Poll[]
    poll: Poll
    status: string