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)

{

/*Here you can change the lockRoom property value to true */

}

Last updated