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

    Type Alias SubmitPollResponseReq

    SubmitPollResponseReq: Message<"plugnmeet.SubmitPollResponseReq"> & {
        roomId: string;
        userId: string;
        name: string;
        pollId: string;
        selectedOption: string;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • userId: string

      from field: string user_id = 2;

    • name: string

      from field: string name = 3;

    • pollId: string

      from field: string poll_id = 4;

    • selectedOption: string

      from field: uint64 selected_option = 5 [jstype = JS_STRING];

    from message plugnmeet.SubmitPollResponseReq