2.6 KiB
2.6 KiB
Changelog
All changes to this project will be documented in this file.
[1.2.0] - 2024-02-12
- Add a
fitparameter toApiVideoCameraPreviewto control the fit of the preview inside its parent widget - Improve and fix few video resolution issues
- Android: The package automatically requests the camera and microphone permissions
- Android: upgrade gradle, kotlin, AGP and other dependencies
- iOS: add missing
getVideoSizemethod - iOS: send events from the main thread
- Example: lower default bitrate to run the example effortlessly
- Example: enable wake lock to keep the device awake during the live stream
- Example: put the application in the safe area
[1.1.3] - 2023-10-16
- Android: call
disconnectevent whenstopStreamis explicitly called - Add api.video application icon for Android and iOS
[1.1.2] - 2023-08-16
- Android: fix the
videoSizecast
[1.1.1] - 2023-01-23
- iOS: fix the orientation when device is turned
[1.1.0] - 2023-01-11
- Major refactor:
- use
initializeinstead ofcreateand pass default parameters toApiVideoLiveStreamControllerconstructor - simplified usage of
CameraPreview(and renamed toApiVideoCameraPreview)
- use
- Getter for properties such as
isMuted,cameraPosition, ... ( see #13) - Few fixes on Android and iOS
[1.0.7] - 2022-10-12
- Fix crash on
stopStreaming. See #14
[1.0.6] - 2022-09-30
[1.0.5] - 2022-08-03
- Few fixes on FLV/RTMP to increase compatibility
- iOS: fix landscape orientation. See #12
[1.0.4] - 2022-06-01
- iOS: Fix the random aspect ratio of the preview and random crashes. See #7
[1.0.3] - 2022-05-30
- Android: do not obfuscate rtmpdroid classes to fix #6
[1.0.2] - 2022-05-25
- iOS: implements
stopPreviewandstartPreviewto fix #4
[1.0.1] - 2022-04-13
- Fix audio and video configuration for iOS
- Fix setAudioConfig when preview is running for Android
[1.0.0] - 2022-04-08
- Initial release.