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 658b4f5 commit 6552106Copy full SHA for 6552106
livekit-api/livekit/api/access_token.py
@@ -42,7 +42,7 @@ class VideoGrants:
42
can_publish_data: bool = True
43
44
# TrackSource types that a participant may publish.
45
- # When set, it supercedes CanPublish. Only sources explicitly set here can be
+ # When set, it supersedes CanPublish. Only sources explicitly set here can be
46
# published
47
can_publish_sources: List[str] = dataclasses.field(default_factory=list)
48
0 commit comments