working prototype

This commit is contained in:
freddyaboulton
2024-10-17 15:34:57 -07:00
parent 35c2e313d2
commit cff6073df0
18 changed files with 1240 additions and 496 deletions

View File

@@ -1,3 +1,3 @@
from .webrtc import WebRTC
from .webrtc import WebRTC, StreamHandler
__all__ = ["WebRTC"]
__all__ = ["StreamHandler", "WebRTC"]