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

    Type Alias ClosePollReq

    ClosePollReq: Message<"plugnmeet.ClosePollReq"> & {
        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.ClosePollReq