This message was deleted.
# announcements
s
This message was deleted.
d
it's exported via:
Copy code
export * from './room/track/create';
r
ok I will try, but why isn't it in the general exports, as its a very basic function?
BTW: I find liveKit extremely promising and I am very exited to evaluate it further - its a great job you guys did so far, my compliments!!
🙌 2
d
thanks! On the topic of exports,
export *
exports all of the symbols from another file, so you should be able to
import { createLocalTracks } from 'livekit-client'
If you do get errors about that, it might have been a version issue. (in v0.15, we removed the top level create methods), they were reintroduced back in the patch releases
👀 1