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

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

}

PreviousCall ModerationNextLock Room API

Last updated 1 year ago