Releases: apivideo/api.video-swift-live-stream
Releases · apivideo/api.video-swift-live-stream
v1.3.1
- Reduce startup time by fixing synchronization issues
- Fix
isMuted
value. The property was inverted
v1.3.0
- Add a camera parameter in the ApiVideoLiveStream constructors
- Add an API to set the duration between two key frames
- Introducing the new
camera
API. Previouscamera
has been renamed tocameraPosition
- Add swift PM support
- Upgrade HaishinKit to 1.4.1
- Example: refactor and clean the UIKit example
v1.2.2
- Only register event listener in constructor to avoid multiple callback called
v1.2.1
- fix(lib): use RtmpStream lock instead of a custom lock
v1.2.0
- Add startPreview/stopPreview API
- Try to synchronize
startStreaming
abd video configuration - Force HaishinKit default resolution to 720p
- Add constructor for HaishinKit NetStreamDrawable
- Upgrade to HaishinKit 1.3.0
- Release workflow is triggered on release published (instead of created)
v1.1.0
- Adds API to set zoom ratio
v1.0.0
- Allows nil initialVideoConfig and initialAudioConfig
- Fix landscape orientation
- Return onDisconnect when user call
stopStreaming
v0.2.1
- Stop streaming on didEnterBackgroundNotification
v0.2.0
- Add default parameters for audio and video config
- Fix continous auto focus
- Call
onDisconnect
when connection is closed - Rename
Resolution
toSize
- Few fixes on example
v0.1.0
- Upgrade Haishinkit to v1.2.3
- Add Carthage
- Code improvements
- Add Sample App