VidyoPlatform
  • Getting Started
  • Building custom client web application using Connector SDK
  • Android Integration
  • Resources
  • Use-Cases
    • Closed Captioning
    • Virtual Background - Banuba SDK
    • Calls Recording
    • Automatic Reconnection
    • Call Moderation
      • UnlockRoom API
      • Lock Room API
      • SetRoomPIN API
      • Remove RoomPIN API
      • Request Moderator Role API
      • Remove Moderator Role
      • Soft Mute
        • Soft Mute Audio
        • Soft Mute Video
      • Hard Mute
        • Hard Mute Audio
        • Hard Mute Video
      • Recording
      • Drop Participant
    • Custom noise suppression in web applications
    • Android: Picture-in-picture Mode
    • New Generation Renderer
    • Integrating with Epic
  • Twilio to Vidyo Migration
    • Twilio JavaScript SDK to VidyoClient JavaScript SDK
    • Twilio Android SDK to VidyoClient Android SDK
Powered by GitBook
On this page
  1. Use-Cases
  2. Call Moderation

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 */

}

PreviousUnlockRoom APINextSetRoomPIN API

Last updated 1 year ago