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 74582ec commit 9b2f466Copy full SHA for 9b2f466
livekit-rtc/livekit/rtc/__init__.py
@@ -91,7 +91,7 @@
91
from .audio_mixer import AudioMixer
92
from .apm import AudioProcessingModule
93
try:
94
- from .media_devices import MediaDevices
+ from .media_devices import MediaDevices as MediaDevices
95
_HAS_MEDIA_DEVICES = True
96
except Exception: # pragma: no cover - optional dependency (sounddevice)
97
_HAS_MEDIA_DEVICES = False
0 commit comments