api/room/tui_room_define
        library 
 
      
    
    
    
    
      Enums
      
          - 
  TUIAudioQuality 
- 
  2.2 Audio Quality
- 
  TUICaptureSourceType 
- 
  2.5 Screen Sharing Capture Source Types
- 
  TUIChangeReason 
- 
  2.4 Reason for Modification (Reason for user's audio-video status change: Self-initiated modification or Modified by the host or administrator)
- 
  TUIKickedOutOfRoomReason 
- 
  The reason why the user is kicked out of the room
- 
  TUIMediaDevice 
- 
  1.3 Types of media devices in the room
- 
  TUIRequestAction 
- 
  //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
3.1 Request Types
- 
  TUIResolutionMode 
- 
  2.6 Resolution mode
- 
  TUIRole 
- 
  1.4 Types of roles in the room
- 
  TUIRoomType 
- 
  //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
1.1 Room Types
- 
  TUISpeechMode 
- 
  1.2 Room Modes
- 
  TUIVideoQuality 
- 
  //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
2.1 Video Quality
- 
  TUIVideoStreamType 
- 
  2.3 Video Stream Types
 
    
    
      Typedefs
      
          
  - 
    OnLoading
      = void Function(String userId)
    
    
  
- 
    
    
  
- 
    OnPlayError
      = void Function(String userId, TUIError code, String message)
    
    
  
- 
    
    
  
- 
    OnPlaying
      = void Function(String userId)
    
    
  
- 
    
    
  
- 
    RequestOnAccepted
      = void Function(String requestId, String userId)
    
    
  
- 
    
    
  
- 
    RequestOnCancelled
      = void Function(String requestId, String userId)
    
    
  
- 
    
    
  
- 
    RequestOnError
      = void Function(String requestId, String userId, TUIError error, String message)
    
    
  
- 
    
    
  
- 
    RequestOnRejected
      = void Function(String requestId, String userId, String message)
    
    
  
- 
    
    
  
- 
    RequestOnTimeout
      = void Function(String requestId, String userId)
    
    
  
-