covfamikoi / rpevents

2 stars 0 forks source link

Provide a context for streamed conference, instead of useConferenceStream #41

Closed circuitsacul closed 1 year ago

circuitsacul commented 1 year ago

Every time this function is called, it has an initial read. This means that every time you switch pages, you end up adding another database read, even though the initial conference is already up-to-date.

The solution is to provide a global context that streams the conference, and a method for changing the ID of the conference to stream.