lukasIO
lukasIO
@biglittlebigben `trackSyncTimeObserver` is currently based on a `TrackSyncTime` event that we register for each remote track and that consistently emits new timing information. Currently it's reading out the rtp timestamp...
thanks for the report, we're aware of it, we forgot to release a new version of the styles package alongside the components-react package. We'll do that probably today!
Valid points, I'll split this in two PRs, one for the hooks and one for the UI. As you didn't mention anything about the hooks, I'll assume those parts are...
Thanks for the report! Could you provide a skeleton vite-react project that has the settings enabled that make the build fail for you?
which version of React are you using? In order to be able to reference components with `useRef` we changed the ReturnType of some components from `ReactElement` to `ReactNode`. This should...
Could you elaborate a bit on what you'd expect to happen in that case (a reconnect?) and what the use case is for changing options mid-session?
That makes sense. The reason why we did make that change was that we cannot stringify the options object anymore, as the end-to-end encryption options are too complex for that....
thanks for the suggestion. I'd like to avoid deep comparing whenever possible as it will run every render cycle of react and that adds up quickly in performance impact.
Hi, while i18n is very interesting, this would be a rather big endeavour. Can you share a bit more about what you would like to achieve specifically? Are you using...
for the control bar you cannot inject it right now, but you can always do something like ```tsx {t('disconnect-button')} ``` with your own translate implementation. We'll think more about how...