RPC scope and time to live in a Room

Options
Hi, I want to send some RPCs during my game play to all the players. However, some players could leave the game or exit the app and after their leaving there might be some RPCs sent over the network by other players. When those players who left the game comes back or rejoin the room I want them to recieve all those old RPCs which were sent over the network by other players.

How can I do that? or Is it possible to do this? What is the expiry time of RPC?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @roshaan,

    Use Buffered RPCs for this.
    The buffered RPCs are cached events that will be resent to the late joiners or rejoiners.