rtc_room_engine 2.4.0 rtc_room_engine: ^2.4.0 copied to clipboard
A product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education.
Changelog #
2.4.0(2024-06-06) #
- Support live broadcast scenarios with maximum room count of 100,000+.
- Added
moveToSeat
interface. - Added
onRoomUserCountChanged
callback. - Added an optional parameter,
roomType
, to theenterRoom
interface. - Updated
TUISeatInfo
structure with new fields for avatar and nickname. - Updated
TUIRequest
structure with new fields for avatar and nickname. - Updated
TUIUserInfo
structure with a newisMessageDisabled
field. - Modified the parameters for the
OnKickedOffSeat
callback toseatIndex
anduserInfo
. - Modified the parameters for the
OnRequestCancelled
callback torequest
anduserInfo
. - Modified the parameters for the
OnRequestProcessed
callback torequest
anduserInfo
. - Modified the parameters for the
OnUserRoleChanged
callback touserInfo
. - Modified the parameters for the
OnRoomDismissed
callback toroomId
andreason
. - Introduced a new live list plugin,
TUILiveListManager
. - Fixed an issue where the encoding parameter was not effective in the
updateVideoQualityEx
interface. - Enabled the feature to ignore duplicate logins in IM SDK.
- Deprecated the
sendTextMessage
andsendCustomMessage
interfaces. - Deprecated the
onReceiveTextMessage
andonReceiveCustomMessage
callbacks. - Upgraded dependencies on RoomEngine SDK.
2.2.2(2024-04-03) #
- Fixed an issue with abnormal camera video stream status when ending screen sharing.
- Upgraded RoomEngine SDK dependencies.
2.2.1(2024-03-29) #
- Fixed the issue where the single sign-on device was kicked out and no callback was received.
- Optimize the room state cleanup when single sign-on devices are kicked out of the Room.
- Fixed the issue of Room abnormality when calling the Logout interface.
- Upgraded RoomEngine SDK dependencies.
2.2.0(2024-03-22) #
- Added a new API to set custom info for user:
setCustomInfoForUser
. - Added a new parameter to the
TUIRoomInfo
structure:isScreenShareDisableForAllUser
. - Added a new screen sharing permission callback to
TUIRoomObserver
:OnScreenShareForAllUserDisableChanged
. - Upgraded RoomEngine SDK dependencies.
2.1.0(2024-03-01) #
- Add a new API to get media device manager:
getMediaDeviceManager
- Add a new API to get the seat application list:
getSeatApplicationList
- Add a new signaling callback
OnRequestProcessed
- Fixed some known bugs and issues
- Upgrade dependencies of RoomEngine SDK
2.0.3(2024-02-02) #
- Fixed the problem of inconsistent resolution between horizontal and vertical screens of large and small streams
- Fix the problem of overflow using int storage for
nextSequence
in thegetUserList
interface - Upgrade dependencies of RoomEngine SDK
2.0.2(2024-01-26) #
- Fixed the problem of no callback from the other party after the invitation to the microphone is cancelled
- Fix for application failure issue on Wheat list application
- Upgrade dependencies of RoomEngine SDK
2.0.1(2024-01-19) #
- Fixed some known bugs and issues
- Upgrade dependencies of RoomEngine SDK
2.0.0(2024-01-10) #
- The
createInstance
interface is changed to thesharedInstance
singleton interface. - The
destroyInstance
interface is changed todestroySharedInstance
singleton interface - Optimized room management, member management and other contents
- Upgrade dependencies of RoomEngine SDK
1.7.1(2024-01-08) #
- Fixed some known bugs and issues
- Upgrade dependencies of RoomEngine SDK
1.7.0(2023-12-18) #
- Remove view when videoView related interface parameters pass 0
- Fix the abnormal checkout issue after the owner transfers the owner
- Upgrade dependencies of RoomEngine SDK
1.6.1(2023-11-14) #
- Fix
enterRoom
unresponsive bug - Remove the
streamType
parameter of the setLocalVideoView interface - Upgrade dependencies of RoomEngine SDK
1.6.0(2023-10-26) #
TUIError
addserrRepeatOperation
enumeration value- Upgrade dependencies of RoomEngine SDK
1.5.1(2023-09-27) #
- Deprecated
startPushLocalAudio
, useunMuteLocalAudio
instead - Deprecated
stopPushLocalAudio
, usemuteLocalAudio
instead - Rename
TUIVideoEncoderParams
toTUIRoomVideoEncoderParams
- Fix compilation issues with symbol conflicts caused by Xcode 15
- Upgrade dependencies of RoomEngine SDK
1.5.0(2023-09-07) #
- Move dependencies of
xMagic
from plugin to example - Upgrade dependencies of RoomEngine SDK
1.4.5(2023-08-14) #
- Fix crash when parsing
onReceiveCustomMessage
callback - Upgrade dependencies of RoomEngine SDK
1.4.4(2023-08-03) #
- Fix the problem of calling
takeSeat
error - Upgrade dependencies of RoomEngine SDK
1.4.3(2023-07-31) #
- Modify
onKickedOutOfRoom
observer, addTUIKickedOutOfRoomReason
parameter - Upgrade dependencies of RoomEngine SDK
1.4.1(2023-07-14) #
- Release the official version of rtc_room_engine
- Fix the occasional failure to open the microphone issue.
1.3.2-rc(2023-06-30) #
- Support camera switch
- Support custom beauty setting
1.3.1-rc(2023-06-13) #
- Release candidate version of rtc_room_engine
- Supports only Android and iOS platforms