Releases: Tencent-RTC/TUIRoomKit
Releases · Tencent-RTC/TUIRoomKit
v2.7.2
v2.7.0
【iOS】update to version 2.7.0.
v2.6.7
【iOS】Limited Factory version.
v2.6.3
【iOS】update to version 2.6.3.
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
TUIConferenceListManager
to support conference list and conference reservation functions. - Added
password
field inTUIRoomInfo
to support the function of joining a meeting with a password. - Added
nameCard
field inTUIUserInfo
,TUISeatInfo
, andTUIRequest
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 ofnameCard/userRole
. - Deleted the type definitions, interfaces, and callbacks related to
speechMode
.
Android & iOS & Flutter:
- Changed the parameter
modifyFlag
in the interfacesetLiveInfo
and the callbackonLiveInfoChanged
inTUILiveListManager
tomodifyFlagList
. - Changed the interface
setObserver
inTUIListListManager
toaddObserver
.
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.