Struct ClientMetadata¶ Defined in File server.hpp Struct Documentation¶ struct ClientMetadata¶ A client connected to the server. Public Members uint32_t id¶ The ID of the client. std::optional<uint64_t> sink_id¶ The sink ID associated with the client.