zego_express_engine 1.16.0
zego_express_engine: ^1.16.0 copied to clipboard
ZegoExpressEngine Flutter SDK is a flutter plugin wrapper based on ZegoExpressEngine native Android / iOS SDK, providing live video and real-time audio/video services.
Change Log #
1.16.0 #
New Features #
-
Add audio effect player function
Sound effects refer to short sound effects played to enhance the sense of reality or to enhance the atmosphere of the scene, such as: playing applause, gift sound effects, prompt sounds, etc. during the live broadcast; in the game, playing bullets, collision sounds.
The sound effect player supports functions such as sound effect playback (multiple sound effects can be overlapped), playback control (such as pause playback, volume adjustment, set playback progress), pre-loaded sound effects and other functions.
For related API, please refer to createAudioEffectPlayer, destroyAudioEffectPlayer
Bug Fixes #
-
Fix the problem that onRoomStreamExtraInfoUpdate may call back with empty list unexpectedly
-
Fix the problem that an error occurs when calling SDK functions for the first time
-
Fix the problem of no callback after two consecutive calls to createEngine
1.15.2 #
Bug Fixes #
-
Fixed issue where media player setting local playback volume or publishing stream volume might not work
-
Fixed a problem with the [onRoomUserUpdate] callback that had the probability of triggering a full member callback by mistake
1.15.0 #
New Features #
-
Add media player volume control function
Allows to set and get the local playback volume and publish volume of the media player separately.
For related API, please refer to
setPlayVolume,setPublishVolume,getPlayVolume,getPublishVolumeof theZegoMediaPlayer. -
Add the function of setting audio capture dual channel mode
-
The API for start sound level / audio spectrum monitoring supports setting the callback interval
-
Added the function to configure advanced properties when switching rooms
Switch room allows developer to configure the properties of the next room, such as login authentication
-
Add
setEngineConfigAPI to set log path and size, and advanced special configuration
Deleted #
- Deprecated the
getVolumeinterface in the mediaplayer, please usegetPlayVolumeandgetPublishVolumeinstead
1.14.0 #
-
Update native SDK to version 1.14.0
-
Add
loginMultiRoom,switchRoom,setRoomExtraInfoAPIs andonRoomExtraInfoUpdatecallback -
Optimize the callback log on the flutter native side
1.1.0 #
-
Update native SDK to version 1.12.3
-
Add
setANSMode,setAudioEqualizerGain,setVoiceChangerParam,setReverbParam,enableVirtualStereoAPIs -
Add
Recordmodule withstartRecordingCapturedData,stopRecordingCapturedData,onCapturedDataRecordStateUpdate,onCapturedDataRecordProgressUpdate -
Add
getVideoConfigimplementation for Android -
Fix issue of
stopMixerTaskfor Android
0.15.1 #
- Fix the problem that the
codecIDparameter ofsetVideoConfigAPI does not take effect
0.15.0 #
- Update native SDK to version 1.11.4
0.14.2 #
- Fix the conversion issue of generic Map for some callbacks
0.14.1 #
-
Fix
enablePublishDirectToCDNAPI -
Fix
updateTextureRendererSizeAPI on Android
0.14.0 #
-
Update native SDK to version 1.10.0
-
Fix
updateTextureRendererSizeAPI on Android -
Fix
onRoomOnlineUserCountUpdatecallback
0.13.1 #
- Fix mixer module issue
0.13.0 #
- Update native SDK to version 1.9.2
0.12.2 #
- Update native SDK to version 1.8.2
0.12.1 #
- Fix
onIMRecvCustomCommandcallback on iOS
0.12.0 #
-
Update native iOS SDK to version 1.8.0
-
Update native Android SDK to version 1.8.1
-
Fix some bugs in the IM module
0.11.1 #
- Update native SDK to version 1.7.9
0.11.0 #
-
Update native SDK to version 1.7.8
-
Optimize native method handler and callback handler
0.10.0 #
-
Add media player (audio only) module
-
Update native SDK to version 1.7.0
-
Add error code definition class
-
Fix iOS callback bug
0.9.3 #
- Fix type conversion issue in dart callback
0.9.2 #
- Update native SDK version to 1.6.0
0.9.1 #
-
Implement Android mixer API
-
Fix iOS mixer bug
0.9.0 #
- Initial release, with native SDK dependency version 1.5.5