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

    Type Alias ActivatePollsReq

    ActivatePollsReq: Message<"plugnmeet.ActivatePollsReq"> & {
        roomId: string;
        isActive: boolean;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • isActive: boolean

      from field: bool is_active = 2;

    from message plugnmeet.ActivatePollsReq