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)

{

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

}

Last updated