Skip to content

Releases: apivideo/api.video-swift-live-stream

v1.3.1

09 Jan 12:17
Compare
Choose a tag to compare
  • Reduce startup time by fixing synchronization issues
  • Fix isMuted value. The property was inverted

v1.3.0

06 Jan 11:31
Compare
Choose a tag to compare
  • Add a camera parameter in the ApiVideoLiveStream constructors
  • Add an API to set the duration between two key frames
  • Introducing the new camera API. Previous camera has been renamed to cameraPosition
  • Add swift PM support
  • Upgrade HaishinKit to 1.4.1
  • Example: refactor and clean the UIKit example

v1.2.2

29 Sep 14:46
Compare
Choose a tag to compare
  • Only register event listener in constructor to avoid multiple callback called

v1.2.1

29 Sep 13:27
Compare
Choose a tag to compare
  • fix(lib): use RtmpStream lock instead of a custom lock

v1.2.0

29 Sep 10:08
Compare
Choose a tag to compare
  • 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

18 Aug 07:24
Compare
Choose a tag to compare
  • Adds API to set zoom ratio

v1.0.0

08 Aug 07:07
Compare
Choose a tag to compare
  • Allows nil initialVideoConfig and initialAudioConfig
  • Fix landscape orientation
  • Return onDisconnect when user call stopStreaming

v0.2.1

22 Apr 11:47
Compare
Choose a tag to compare
  • Stop streaming on didEnterBackgroundNotification

v0.2.0

13 Apr 09:02
Compare
Choose a tag to compare
  • Add default parameters for audio and video config
  • Fix continous auto focus
  • Call onDisconnect when connection is closed
  • Rename Resolution to Size
  • Few fixes on example

v0.1.0

26 Jan 15:49
Compare
Choose a tag to compare
  • Upgrade Haishinkit to v1.2.3
  • Add Carthage
  • Code improvements
  • Add Sample App