How can I access the Event Cache?

Options
Is there any way to access the Event Cache?
What I'd like to do is have a loading screen and only remove the loading screen until the scene has finished loading and there are no more cached events in the queue.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited July 2017
    Options
    Hi @rafael_at_jags,

    There is no way to know how many cached events are in a room before joining it.
    And when you join a room you will receive all the cached events at once in order.
    So maybe you can have something in your custom logic that can indicates when all cached events have been received. (e.g. timer, events metadata, room property)