Cloud agent permissions, encoded as the agent claim of a LiveKit JWT.
iex> LiveKit.Grants.to_claims(%LiveKit.Grants.Agent{admin: true})
%{"admin" => true}admin allows creating, updating and deleting cloud agents;
simulation_admin allows managing simulations and scenarios.
Summary
Functions
Mapping from struct field to LiveKit JWT claim key.