Releases: Tencent-RTC/TUIRoomKit
v2.6.0
【iOS】update to version 2.6.0.
v2.5.1
iOS & Android:
Update quickStart and enterRoom API.
v2.5.0
All platform:
- Added
TUIConferenceListManagerto support conference list and conference reservation functions. - Added
passwordfield inTUIRoomInfoto support the function of joining a meeting with a password. - Added
nameCardfield inTUIUserInfo,TUISeatInfo, andTUIRequestto identify the nickname in the room. - Added the interface
changeUserNameCardto update the nickname in the room. - Added the callback
onUserInfoChangedto notify the change ofnameCard/userRole. - Deleted the type definitions, interfaces, and callbacks related to
speechMode.
Android & iOS & Flutter:
- Changed the parameter
modifyFlagin the interfacesetLiveInfoand the callbackonLiveInfoChangedinTUILiveListManagertomodifyFlagList. - Changed the interface
setObserverinTUIListListManagertoaddObserver.
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)
v2.4.1
upgrade IM SDK 8.0.
v2.4.0
Electron:
- Publish the RoomKit source code to github.
- In the mode of giving a speech on the stage, optimize the interactive performance when inviting or applying to go on the stage when the microphones are all occupied.
- Fix the problem that when the user role changes from the administrator to the room owner, the operation list of the members will be blocked.
- Fix the problem that when switching the camera device during previewing with the startCameraDeviceTest interface, the occupation of the old device is not released.
- Fix the problem that when creating a room, the setting of the room name does not take effect.
- Fix the problem that when the display area of RoomKit is resized, the watermark is not updated, resulting in abnormal style.
Web:
- Publish the RoomKit source code to github.
- Optimize the interaction of the virtual background function: add a loading effect and a save button.
- In the mode of giving a speech on the stage, optimize the interactive performance when inviting or applying to go on the stage when the microphones are all occupied.
- Fix the problem that when the user role changes from the administrator to the room owner, the operation list of the members will be blocked.
- Fix the problem that when creating a room, the setting of the room name does not take effect.
- Fix the problem that when the display area of RoomKit is resized, the watermark is not updated, resulting in abnormal style.
Android & iOS & Flutter:
- Turn on the IM SDK to ignore the feature of repeated logins.
- Deprecate the send message interface sendTextMessage, and it is recommended to use the IMSDK sendGroupTextMessage interface instead.
- Deprecate the send message interface sendCustomMessage, and it is recommended to use the IMSDK sendGroupCustomMessage interface instead.
- Deprecate the receive text message callback onReceiveTextMessage, and it is recommended to use the IMSDK onRecvGroupTextMessage callback instead.
- Deprecate the receive custom message callback onReceiveCustomMessage, and it is recommended to use the IMSDK onRecvGroupCustomMessage callback instead.
v2.3.3
Feature
- Upgrade @tencentcloud/tuiroom-engine-js to v2.3.3, see release notes;
- Web support setting background blur;
- Web support setting text watermark.
Improvement
- Callback parameter optimization, OnKickedOffSeat parameter userId adjusted to seatIndex, userInfo;
- Callback parameter optimization, OnRequestCancelled parameter requestId, userId adjusted to request, userInfo;
- Callback parameter optimization, OnRequestProcessed parameter requestId, userId adjusted to request, userInfo;
- Callback parameter optimization, OnUserRoleChanged parameter userId, userRole adjusted to userInfo;
- Callback parameter optimization, OnRoomDismissed adds TUIRoomDismissedReason;
- Web adds onError event error code -1102 representing the camera device is occupied.
Bug Fixed
- Web fixes the issue of not taking effect when switching camera devices after being invited to open the camera.
Electron
Feature
- Upgrade @tencentcloud/tuiroom-engine-electron to v2.3.3, see release notes;
- Electron support setting text watermark.
Improvement
- Callback parameter optimization, OnKickedOffSeat parameter userId adjusted to seatIndex, userInfo;
- Callback parameter optimization, OnRequestCancelled parameter requestId, userId adjusted to request, userInfo;
- Callback parameter optimization, OnRequestProcessed parameter requestId, userId adjusted to request, userInfo;
- Callback parameter optimization, OnUserRoleChanged parameter userId, userRole adjusted to userInfo;
- Callback parameter optimization, OnRoomDismissed adds TUIRoomDismissedReason;
- Electron adds onError event error code -1102 representing the camera device is occupied.
Bug Fixed
- Electron fixes the issue of not taking effect when switching camera devices after being invited to open the camera.
v2.3.1
New feature:
- Android & iOS: support setting watermark during meetings;
Improvement:
- Android & iOS: optimized the logout logic to listen for the "logout" action during the meeting, exit the current meeting, and give a prompt;
Bug Fixed:
-
Android: fixed the issue where becoming the host during the role switch prevented the user from automatically going on stage;
-
Android: fixed the memory leak issue when the BottomSheetDialog remains displayed when the Activity finishes;
-
Android: removed support-v4 third-party library;
-
iOS: fixed the issue where switching between large and small windows during a two-person meeting would cause the small window to turn black;
-
iOS: fixed the issue where the watermark wasn't displayed in the small window during a two-person meeting;
-
Electron: fixed the problem of default camera device not being updated after an external camera was pulled out under Electron;
-
Electron: fixed the issue where the member operation panel was not displayed completely due to its distance from the top;
-
Electron: fixed the issue where the Notification component was showing and hiding when receiving events from other members;
-
Electron: fixed the problem of not updating the list of requests to go on the stage after obtaining the status of host or administrator;
-
Electron: fixed the issue of inaccurate unread message counts;
-
Electron: fixed the issue where the enable/disable state of the microphone and camera buttons was incorrect when clicking multiple times under the states of transferring the host or the administrator.
-
Web: fixed the issue where the entry time was not displayed completely on the H5 mobile end;
-
Web: fixed the issue where the on-stage prompt message appeared on a new line on the H5 mobile end;
-
Web: fixed the issue where the member management list could not be scrolled on the H5 mobile end;
-
Web: fixed the issue where the member operation panel was not displayed completely due to its distance from the top;
-
Web: fixed the issue of demo page going blank in OnePlus's built-in browser on the H5 mobile end;
-
Web: fixed the issue where the Notification component was showing and hiding when receiving events from other members;
-
Web: fixed the problem of not updating the list of requests to go on the stage after obtaining the status of host or administrator;
-
Web: fixed the issue of inaccurate unread message counts;
-
Web: fixed the issue where the button of MessageBox component could not be closed after joining the room;
-
Web: fixed the issue where the enable/disable state of the microphone and camera buttons was incorrect when clicking multiple times under the states of transferring the host or the administrator.
-
Mini Program: fixed the issue where the entry time was not displayed completely;
-
Mini Program: fixed the issue where the on-stage prompt message appeared on a new line;
-
Mini Program: fixed the issue where the member management list could not be scrolled on the H5 mobile end;
-
Mini Program: fixed the issue where creating a new room after clicking the "home" button in the upper left corner to return to the main page resulted in an abnormal room;
-
Mini Program: fixed the issue where the icon could not switch after transferring the host;
-
Mini Program: fixed the problem of not updating the list of requests to go on the stage after obtaining the status of host or administrator;
-
Mini Program: fixed the issue of inaccurate unread message counts;
-
Mini Program: fixed the issue where the Notification component was showing and hiding when receiving events from other members;
-
Mini Program: fixed the issue where the enable/disable state of the microphone and camera buttons was incorrect when clicking multiple times under the states of transferring the host or the administrator.
v2.2.3
v2.2.2
Improvement:
- web: Optimize the cleaning up of resources and perform the TRTC check-out operation when the onKickedOffLine callback is triggered;
- web: Update the trtc-cloud-js-sdk to provide the screenshot capability;
Bug Fixed:
- web: Fix the abnormal status of the camera video stream when ending screen sharing;
- web: Fix the problem of not receiving the onKickedOffLine callback;
- web: Fix the abnormal logic problem of checking out by actively calling the logout;
- web: Fix the abnormal status of the isMobile;
- web: Fix the display problem of the invite to the stage and off-stage dialog component;
- iOS: Fix the problem that the meeting status is not updated when the IM is accessed to the TUIRoomKit and the meeting is ended after being transferred as the room owner;
- Android: Fix the problem of memory leak in the Toast.
Release v2.2.0
RoomEngine:
- New screen sharing meeting control business added;
- New SetCustomInfoForUser custom user attribute interface, available through getUserInfo/getUserList;
- Electron: Fixed the problem that when remotely inviting to open the camera, there is no local preview picture when opening the local preview.
RoomKit:
Android
- Android: Abandoned TUIRoomKit class, modified the access method, present UI through the Fragment object, and converged the API into the Fragment;
- Android: Solved the problem of Toast memory leak;
- Android: Fixed the problem that after becoming an administrator, the application list for going on stage will not be automatically pulled;
- Android: Fixed the problem that the banned user who becomes the room owner will not automatically lift the ban;
iOS
- iOS: Abandoned TUIRoomKit class, modified the access method, present UI through the ViewController object, and converged the API into the ViewController;
- iOS: Added listener and processing when the user is kicked offline;
- iOS: Modified the occasional situation where two identical IDs appear when the host of the hand-raising and speaking room is transferred mutually;
- iOS: Fixed the problem that the page is not destroyed when the user is invited to turn on the camera on the user list page and is kicked out of the room.
Flutter
- Flutter: The file "rtc_conference_tuikit.dart" has been renamed to "rtc_conference_tui_kit.dart";
- Flutter: The TUIRoomKit class is obsolete, and the access method has been modified. Please use "ConferenceSession". After starting a quick meeting or joining a meeting, you can navigate to the meeting page by yourself;
- Flutter: Added the function of dynamically displaying the volume on the microphone button of the user and the microphone icon below the video screen;
- Flutter: When watching screen sharing, the user who is speaking is displayed in the upper right corner;
- Flutter: Fixed the problem that after becoming an administrator, the application list for going on stage will not be automatically pulled.
Electron&Web
- Electron/Web: Updated the emoticon resources of the chat component;
- Electron/Web: Optimized the UI of the on-stage speaking room;
- Electron/Web: Fixed the problem that the microphone cannot be turned on for the second on-stage speaking;
- Electron/Web: New network status component added;
- Electron: Fixed the problem that the volume bar is not displayed before entering the room;