livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
123 stars 37 forks source link

basic_room.py example is broken #208

Closed boxerab closed 3 months ago

boxerab commented 3 months ago

Maybe the interface to livekit package changed ?

Traceback (most recent call last):
  File "/home/basic_room.py", line 7, in <module>
    from livekit import api, rtc
ImportError: cannot import name 'api' from 'livekit' (unknown location)
theomonnom commented 3 months ago

Hey, please inside livekit-api :)

boxerab commented 3 months ago

yes, just realized this. Thanks