Hi, i tryed to implement a feature with something similar of having the id of a room chat and listening to every message sent to only this room.
Within the socket open/message hook we don't have any mean to extract the id passed as parameter in the url so i have no idea on how i should retrieve the room id and
Ex: url /server/api/chat/[roomId]/websocket.ts