zegoliveroom_plugin 1.4.0
zegoliveroom_plugin: ^1.4.0 copied to clipboard
A flutter plugin that can provide real-time communication and live video broadcast.
Change log #
⚠️❗️ This project is a legacy SDK and and will be deprecated in the future, only used to support the maintenance for existing users, it is recommended to migrate and upgrade to the new SDK as soon as possible #
🚀 Please use the brand new ZegoExpressEngine Flutter SDK #
1.4.0 #
- Optimization: Limit iOS memory allocation to avoid the problem of untimely memory release in some versions of flutter
- Update Native SDK to 1.21.3.18
1.3.6 #
- Update Native SDK to 1.21.1.27
1.3.5 #
- Update Native SDK to 1.21.1.16
1.3.4 #
- Add
takePublishStreamSnapshotandtakePlayStreamSnapshotAPIs
1.3.3 #
-
update native sdk.
-
add
setPlayVolumeAPI.
1.3.2 #
- update native ios sdk.
1.3.1 #
- update native sdk.
- fix
onPublishStateUpdatestreamInfo is sometimes null.
1.3.0 #
- update native sdk(2020.10.15).
- add
switchRoomAPI.
1.2.18 #
- Update project configuration and README
- Fix a crash in Android example demo
1.2.17 #
- Fix problem with
setLogConfignot working
1.2.16 #
- fix crash when multi thread read/write the input CVPixelBuffer
1.2.15 #
- fix the input CVPixelBuffer lifecycle issue.
1.2.14 #
- fix CVPixelBuffer release crash.
1.2.13 #
- add
setLogConfigto set log path and log size - add
onDeviceErrorfor Notifying device abnormalities - add MediaPlayer module new API(for playing network sources):
setOnlineResourceCache、getOnlineResourceCache、setBufferThreshold、setLoadResourceTimeout
1.2.12 #
- add
MediaPlayer(only audio module)
1.2.11 #
-
Update iOS native SDK to version
200424_175024_release-new-0-gb8ff47533_video_mediaplayer_bn3845_12 -
Update Android native SDK to version
200424_175024_release-new-0-gb8ff47533_video_mediaplayer_bn3845_12
1.2.10 #
- Add
setCamZoomFactor,getCamMaxZoomFactorto adjust the camera zoom factor.
1.2.9 #
-
Add
sendBigRoomMessage,onRecvBigRoomMessageto send and receive big room messages. -
Add
onUpdateOnlineCountcallback to received online user number updates.
1.2.8 #
-
Update iOS native SDK to version
200415_195052_release-new-0-g18e243156_video_mediaplayer_bn3792_12 -
Update Android native SDK to version
200410_212545_release-new-0-g18e243156_video_mediaplayer_bn3760_12
1.2.7 #
-
Add log for texture render.
-
Optimize the code when calling
updatePreviewRenderSizeandupdatePlayRenderSize
1.2.6 #
-
Added
setConfigfor setting additional configuration information. -
Update iOS/Android native SDK to version
200316_163753_release-new-0-gb76c836cd_video_mediaplayer_bn3590_12
1.2.5 #
-
Update ios/android native sdk to version
200309_200607_release-new-0-g54f488a0c_video_mediaplayer_bn3549_12 -
Fix bug of external filter module on Android.
1.2.4 #
- Add external video filter interface and corresponding sample code.
1.2.3 #
- Add
setSharpenFactorto set the sharpening factor for beauty.
1.2.2 #
- Add
sendRoomMessage,onRecvRoomMessageto send and receive room messages.
1.2.1 #
- Update android native sdk.
1.2.0 #
-
Add
seekTogetTotalDurationgetCurrentDurationin AudioPlayer. -
Add
enableLoopbacksetLoopbackVolumeto listen captured voice.
1.1.9 #
- Update iOS/Android native sdk (2020.2.9 hotfix)
1.1.8 #
- Update iOS/Android native sdk (2020.2.9)
1.1.7 #
- Fix bug of init page in example.
1.1.6 #
-
This new version is compatible with AndroidX.
-
Fix the Android example crash in release mode because of the obfuscation.
1.1.5 #
- Fix iOS: use platform view render failed.
1.1.4 #
- Fix AudioPlayer bug.
1.1.3 #
- Add Audio Precessing API:
VirtualStereo,Reverb,VoiceChanger
1.1.2 #
-
Fix iOS callback doesn’t work when call
initSDKfailed -
iOS native framework uses cocoapods dependency instead
1.1.1 #
-
Add audio player module
-
Update texture's API comment
1.0.12 #
- Update iOS/Android native sdk (12.9)
1.0.11 #
-
Add onInnerError
-
Update iOS/Android native sdk
1.0.10 #
-
Add relay CDN methods:
setPublishConfig,addPublishTarget,deletePublishTarget, and callback:onRelayCDNStateUpdate -
Fix bug that xcode11 can't run in debug mode
-
Update iOS/Android native sdk
1.0.9 #
- Fix the problem that Android can't receive media sideinfo callback
1.0.8 #
-
Add setVideoMirrorMode API
-
Update iOS/Android native sdk
1.0.7 #
-
Fix android texture render crash into background
-
Fix android startPlayingStream bugs
-
Update android native sdk
1.0.6 #
-
Fix some bug and crash
-
Add log system
1.0.5 #
-
Add peer to peer delay/package lost rate.
-
Add remote user's device state notification(on/off)
-
Add remote user's first frame notification
-
Update native sdk
-
promote stability
1.0.4 #
-
Add sound-level module
-
Add error-code module
-
Update native sdk
1.0.3 #
- Add Platform View API
1.0.2 #
-
Update native sdk
-
Fix crash
-
Refactor api structure
1.0.1 #
- Add format interface
1.0.0 #
- Initial release