You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added room event logging to my TypeScript LiveKit application -- I capture each event and serialize the callback arguments and save to a datastore.
Describe the problem
I've added room event logging to my TypeScript LiveKit application -- I capture each event and serialize the callback arguments and save to a datastore.
To type the event log, It would have been very useful if
RoomEventCallbacks
was exported.I could have then derived the type for the event log from it (TypeScript playground PoC)
For the moment, I'm maintaining my own list of events and arguments. Eg.
Describe the proposed solution
I would like to see
RoomEventCallbacks
exported so user-land code has access to the typed parameters for each event callback.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: