We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76ffe commit a99c7f4Copy full SHA for a99c7f4
livekit-api/livekit/api/access_token.py
@@ -87,7 +87,7 @@ class Claims:
87
room_config: Optional[RoomConfiguration] = None
88
89
def asdict(self) -> dict:
90
- # we don't
+ # in order to produce minimal JWT size, exclude None or empty values
91
claims = dataclasses.asdict(
92
self,
93
dict_factory=lambda items: {
0 commit comments