plugNmeet JS SDK - v2.2.3
    Preparing search index...

    Type Alias ReopenPollReq

    ReopenPollReq: Message<"plugnmeet.ReopenPollReq"> & {
        roomId: string;
        userId: string;
        pollId: string;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • userId: string

      from field: string user_id = 2;

    • pollId: string

      from field: string poll_id = 3;

    from message plugnmeet.ReopenPollReq