You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added TUIConferenceListManager to support conference list and conference reservation functions.
Added password field in TUIRoomInfo to support the function of joining a meeting with a password.
Added nameCard field in TUIUserInfo, TUISeatInfo, and TUIRequest to identify the nickname in the room.
Added the interface changeUserNameCard to update the nickname in the room.
Added the callback onUserInfoChanged to notify the change of nameCard/userRole.
Deleted the type definitions, interfaces, and callbacks related to speechMode.
Android & iOS & Flutter:
Changed the parameter modifyFlag in the interface setLiveInfo and the callback onLiveInfoChanged in TUILiveListManager to modifyFlagList.
Changed the interface setObserver in TUIListListManager to addObserver.
Web:
Supported conference reservation and conference list functions.
Supported double-clicking on the small window to play the stream in the large window on the H5 side.
Supported changing the user's nickname during the meeting.
Displayed a pop-up window when the media device has no permission or fails to capture.
Customized the pop-up window for audio playback failure on the mobile side.
Member management supported setting only the room owner/administrator to share the screen.
Fixed the issue of not being able to copy content to the clipboard on certain Android devices.
Fixed the issue where the actual device used is inconsistent with the UI-displayed device when device switching fails.
Fixed the issue where when a normal user goes on stage and starts screen sharing, the administrator kicks the normal user off the stage and invites them back on stage, then the normal user turns on the camera, and other users receive the screen sharing stream.
Electron:
Supported conference reservation and conference list functions.
Supported changing the user's nickname during the meeting.
Displayed a pop-up window when the media device has no permission or fails to capture.
Member management supported setting only the room owner/administrator to share the screen.
Uniapp :
Supported changing the user's nickname during the meeting.
Member management supported setting only the room owner/administrator to share the screen. (time: 14:37 Friday, August 2, 2024)