This commit is contained in:
Freddy Boulton
2025-03-25 14:42:46 -04:00
committed by GitHub
parent e231f793e8
commit 7692ffad00
3 changed files with 13 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ class WebRTCConnectionMixin:
self.handlers = {}
self.connection_timeouts = defaultdict(asyncio.Event)
# These attributes should be set by subclasses:
self.concurrency_limit: int | float | None
self.concurrency_limit: int | None
self.event_handler: HandlerType | None
self.time_limit: float | None
self.modality: Literal["video", "audio", "audio-video"]