sending data between rooms(solved)

hello everyone I hope you are well, I have a question ,is there is a way to send data from one room to another room without going through the client?

Are you trying to implement a Lobby room?

@COCO No for my projet i want to send data between rooms i mean if i client joint a room A the room A will broadcast the postion of the client to all the other rooms , the other rooms will receive the data and broadcast it to their client

I see, basiclly you need to use the Presence API.

@COCO Thank you for your response