> 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/lock-room-api.md).

# Lock Room API

The Objective is to implement Lock Room by moderator feature.

Once the room is locked by moderator, additional participants won’t be able to join the Room. API used to implement Lock Room functionality by moderator is **VidyoConnectorLockRoom.**

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

Interface used here is ILockRoom and the callback triggered is **VidyoConnectorOnLockRoomResult**

public void OnLockRoomResult(Connector.ConnectorModerationResult result)

{

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

}
