> For the complete documentation index, see [llms.txt](https://enghouse-vidyo.gitbook.io/vidyoplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enghouse-vidyo.gitbook.io/vidyoplatform/use-cases/call-moderation/unlockroom-api.md).

# UnlockRoom API

The Objective is to implement UnLock Room by moderator feature

Once the room is Unlocked my moderator, additional participants can join the Room. API used to implement UnLock Room functionality by moderator is **VidyoConnectorUnLockRoom.**

**Note :** Owner/Admin/Moderator has the privilege to Lock the room.

Interface used here is IUnLockRoom and the callback triggered is **VidyoConnectorOnUnLockRoomResult**

public void OnUnLockRoomResult(Connector.ConnectorModerationResult result)

{

&#x20;           /\*Here you can change the lockRoom property value to False

}
