Skip to content

Commit 8f13bbd

Browse files
committed
add MediaDevices to rtc/__init__.py
1 parent e00dcc8 commit 8f13bbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

livekit-rtc/livekit/rtc/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,7 @@
184184
"AudioProcessingModule",
185185
"__version__",
186186
]
187+
188+
# add MediaDevices if available
189+
if _HAS_MEDIA_DEVICES:
190+
__all__.append("MediaDevices")

0 commit comments

Comments
 (0)