Internal: sent to the server when attempting to join a room
Incoming: When the local user has joined a room
Internal: sent to the server when attempting to leave a room
Incoming: When the local user has left a room
Incoming: When a other user has joined the room
Incoming: When a other user has left the room
Generated using TypeDoc
Use to listen to room networking events like joining a networked room
For example:
this.context.connection.beginListen(RoomEvents.JoinedRoom, () => { })
Link
https://engine.needle.tools/docs/networking.html#manual-networking