lukasIO
lukasIO
Just chiming in here, that I've been excited about kql for a while and super happy to see it reached 1.0.0. A caching layer would be the last missing puzzle...
hi @ilongshan, what functionality for managing a room would you need for your usecase? There are also our server SDKs (https://docs.livekit.io/references/server-sdks/) that let you do things like removing a participant...
Hi @Philzen, you can supply `aspectRatio` as part of the `videoResolution` in the `VideoCaptureOptions`. The default behaviour should be `ideal`. What we currently don't support is matching constraints with `max,...
hi @MathieuLoutre, there's currently no helper function in livekit to detect this, but it's an interesting idea! I imagine the implementation on the audio level to detect this, would look...
hi @lyy199212, how are you building the library? which package are you using? does the example app work with your changes?
closing due to inactivity. if this is still a problem for you, feel free to reopen with some more details.
that's a nice idea! would you want to submit a PR?
sure, I'll keep the issue open and if you decide to start working on it, just drop a note here and I'll know that the issue is in progress!
hi @wcarle, thanks for the PR! Looking at the code (not particularly your changes), I'm thinking it might make sense to base the monitor on an interval, rather than timeouts....
great, thank you! I think there's only one thing left to do, which is clearing the interval at the top of the `stop` function on the `RemoteTrack`