> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# unlock

> unlock method for the RoomSession class.

### unlock

* **unlock**(`params`): `Promise<void>`

Unlocks the room if it had been previously locked. This allows new participants to join the room.

#### Returns

`Promise<void>`

#### Example

```javascript
await roomSession.unlock();
```