SIP permissions, encoded as the sip claim of a LiveKit JWT.
iex> LiveKit.Grants.to_claims(%LiveKit.Grants.SIP{admin: true})
%{"admin" => true}admin grants access to all SIP features; call allows placing outbound
calls.
Summary
Functions
Mapping from struct field to LiveKit JWT claim key.