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

    Type Alias NatsKvRoomInfo

    NatsKvRoomInfo: Message<"plugnmeet.NatsKvRoomInfo"> & {
        dbTableId: string;
        roomId: string;
        roomSid: string;
        status: string;
        emptyTimeout: string;
        maxParticipants: string;
        metadata: string;
        createdAt: string;
    }

    Type Declaration

    • dbTableId: string

      from field: uint64 db_table_id = 1 [jstype = JS_STRING];

    • roomId: string

      from field: string room_id = 2;

    • roomSid: string

      from field: string room_sid = 3;

    • status: string

      from field: string status = 4;

    • emptyTimeout: string

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

    • maxParticipants: string

      from field: uint64 max_participants = 6 [jstype = JS_STRING];

    • metadata: string

      from field: string metadata = 7;

    • createdAt: string

      from field: uint64 created_at = 8 [jstype = JS_STRING];

    from message plugnmeet.NatsKvRoomInfo