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.4 Types of media devices in the room
-
TUIRequestAction
-
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
3.1 Request Types
-
TUIResolutionMode
-
2.6 Resolution mode
-
TUIRole
-
1.5 Types of roles in the room
-
TUIRoomDismissedReason
-
1.6 Types of room dismissed reason
-
TUIRoomType
-
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
1.1 Room Types
-
TUISeatMode
-
1.2 Take Seat Modes
-
TUIUserInfoModifyFlag
-
1.7 Types of userInfo modify flag
-
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)
-