WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: Tencent-RTC/TUIKit_iOS

v3.5.0

18 Nov 07:12

Choose a tag to compare

RoomEngine v3.5.0 Changelog

RoomEngine

1. Interface & Callback Behavior Changes

The behavior is updated from the previous implementation (prior to v3.5) where users were required to actively call the getSeatList API to trigger seat synchronization and the corresponding onSeatListChanged callback. Now, the RoomEngine automatically starts seat list synchronization and triggers the onSeatListChanged callback immediately after entering the room. You can revert to the previous manual synchronization state by calling the hidden API enableAutoSynchronizeSeatInfo with the enable parameter set to false.

2. API Enhancements

New Callback: Added a completely new onSeatListChanged callback, which now returns the full seat list.

New API: Added the querySeatList API for synchronously querying the current full seat list.

Custom Fields: Added the custom field extensionInfo to seat-related APIs and callbacks, including takeSeat, takeUserOnSeatByAdmin, respondRemoteRequest, and kickUserOffSeatByAdmin.

Request Status: Added the TUIRequestCallbackType::kRequestSuccess type to the takeSeat and takeUserOnSeatByAdmin APIs, indicating that the request was successfully initiated.

Flutter Integration: Completed the implementation of message-related interfaces and callbacks for the Flutter platform.

3. Bug Fixes

Fixed an occasional black screen issue for audience members when frequently switching between video streams (pulling streams).

Fixed an intermittent black screen rendering issue caused by network jitter for remote users.

Fixed a rare permission denial issue when calling related APIs due to delayed role information synchronization after entering the room.

Fixed an occasional issue where audio and video information in the onSeatListChanged callback was inaccurate.

Fixed an intermittent issue where the onConnectionUserListChanged callback was not triggered.

Fixed an issue with incorrect capability bit evaluation.

Web: Fixed an issue where the SetAudioPlayoutVolume API call was ineffective when the large room feature was disabled.

Web: Fixed an issue where no callback was triggered after a successful call to the StartPlayRemoteVideo API.

Web: Fixed an occasional version mismatch issue during the login process.

Web: Fixed an issue where playback could not be correctly resumed after an OBS push stream was restored.

Web: Fixed an issue where messages sent via chat were occasionally ignored due to identical random numbers.

Android/iOS: Added the SetAudioPlayoutVolume API.

Android: Fixed a memory leak issue caused by a strong reference to the view during stream playback (pulling streams).

Android: Fixed a memory leak issue that occurred when frequently calling the startPreloadVideoStream API to preview live streams.

v3.4.0

13 Oct 08:00

Choose a tag to compare

This is the translation of the release notes for version 3.4.0 of the various components.


RoomEngine 3.4.0 Release Notes

RoomEngine

  • Supports querying the seat list of other rooms during cross-room connection.
  • The onSeatListChanged callback supports returning the seat list of other rooms during cross-room connection.
  • Supports the Room Owner and Administrator moving other users' seats (changing their positions on the stage/mic).
  • Supports the Room Owner and Administrator swapping the seats of users already on the mic.
  • Supports the Room Owner and Administrator automatically unlocking a seat when inviting a user to take the mic.
  • Supports Live audience pulling the latest $x$ messages before joining the room.
  • Supports the host setting multiple resolutions for the live stream when starting the broadcast.
  • Supports the audience pulling video streams of different resolutions after joining the room.
  • Supports audio and video mixing (audio/video blend) in voice chat scenarios.
  • User profiles now support the level field.
  • Android x86 architecture adapted for 16K Page Size.
  • Supports setting audio waves (visual sound effects) when web plays audio/video streams.
  • Fixed an issue where the updateVideoQualityEx interface could not set screen sharing parameters.
  • Fixed an issue where the host's media status was incorrect during cross-room connection.
  • Fixed an issue where the callback for host-initiated PK (Player Kill/Battle) response timeout did not include the extension field.

AtomicXCore 3.4.0 Release Notes

  • Integrated LiveCoreView.

  • Supports Reactive Framework: Store/State.

  • LiveCoreView changes:

    1. Added the setLiveId interface.
    2. Added viewType initialization.
  • Integrated KTV-related features.


TUILiveKit 3.4.0 Release Notes

  • LiveStreamCore dependency replaced with AtomicXCore.
  • Supports KTV features.
  • Android basic components like the live list, gifts, bullet comments, etc., replaced with Kotlin implementations.
  • Fixed an abnormal UI issue with Android Picture-in-Picture (PiP).
  • Video live streaming supports changing resolution.
  • iOS dependency ESPullToRefresh switched to MJRefresh.
  • SeatGridView code is open-sourced.
  • Adapted to the new setLiveId interface in LiveCoreView.
  • Like (Thumbs-up) playback logic optimized.
  • Likes, Gifts, Audience List, Bullet Comments, Sound Effects, and Beauty Filters are now implemented using AtomicXCore.

Flutter

  • TUILiveKit Flutter 3.4 Release Notes:
  • Video live streaming supports multiple templates.
  • Video live streaming supports adding a network status panel.
  • Video live streaming supports OBS push streaming.