*** id: 2ac5f462-99d6-47f9-9c7d-eaa2d3d39f6e title: unlock slug: /node/reference/video/room-session/unlock description: unlock method for the RoomSession class. max-toc-depth: 3 ---------------- ### unlock * **unlock**(`params`): `Promise` Unlocks the room if it had been previously locked. This allows new participants to join the room. #### Returns `Promise` #### Example ```javascript await roomSession.unlock(); ```