zego_roomkit 2.3.0
zego_roomkit: ^2.3.0 copied to clipboard
zego_roomkit is a flutter plugin wrapper based on RoomKit SDK (iOS & Android).
2.1.2 #
- Describe initial release.
2.1.5 #
- Roomkit SDK dependencies are controlled by the zego_roomkit plugin, and the business layer does not need to be added manually.
2.1.7 #
- Fixed the problem that Android compilation errors were reported after the Flutter environment was upgraded. Add logo and advertising interface.
2.3.0 #
New Features #
-
Support CDN Plus live streaming.
CDN and ultra-low-latency live streaming are seamlessly integrated. When it detects that the user's network is poor, the SDK will automatically switch to ultra-low-latency live streaming (L3); otherwise, it will pull the stream from the CDN.
-
Support students to set microphone and camera permissions after being on stage.
When the student terminal is on stage (connecting with the teacher terminal), the microphone and camera are turned on by default. If the developer needs to turn off the microphone and camera status of students on stage, please contact ZEGO technical support for configuration.
Enhancements #
- Update the audio and video SDK to improve stability.
Bug Fixes #
- Fixed the problem that the pull list failed due to the cloud disk list being too long.
Other Considerations #
-
Starting from version 2.3.0, RoomKit no longer supports versions below iOS 11.0, and the developer's iOS Deployment Target (minimum supported version) needs to be upgraded to iOS 11.0 For specific instructions, please refer to App Store submission requirement starts April 25 and Xcode 14 Release Notes.
-
Starting from version 2.3.0, the RoomKit Flutter SDK no longer supports the 32-bit armv7 architecture of iOS For details, please refer to Xcode 14 Release Notes.