Client sideGameOn this pageGameconst game = new Game({ wss: { port: 443, },})game.joinOrCreate("myGameRoom").then((room) => { joined = true roomListeners(room)})PropertiessessionID: stringIf connected to game room, will return its session ID