Skip to content

Releases: apivideo/api.video-swift-player

v1.3.0

26 Jul 09:12
Compare
Choose a tag to compare
  • Use Analytics endpoint v2
  • Create a unique pbxproj

v1.2.0

01 Mar 11:00
Compare
Choose a tag to compare
  • Add support for private live stream
  • Add an API to set a custom AVPlayerViewController

v1.1.4

09 Oct 15:24
Compare
Choose a tag to compare
  • Fix analytics when currentTime < 0
  • Examples: Add default videoId

v1.1.3

15 Jun 09:08
Compare
Choose a tag to compare
  • Make player available for iOS 11 and above
  • PlayerError send custom message to LocalizedError

v1.1.2

05 Jun 13:59
Compare
Choose a tag to compare
  • Make methods addDelegate(s) and removeDelegate(s) public

v1.1.1

10 May 16:51
Compare
Choose a tag to compare
  • Add speedrate selector
  • Add remote control on lockscreen

v1.1.0

23 Mar 16:43
0ed758d
Compare
Choose a tag to compare
  • Add private vod videos
  • Add live feature
  • Change callback to delegate for UIKit
  • Fix analytics

v1.0.5

23 Nov 10:00
Compare
Choose a tag to compare
  • Add didReady event
  • Use completionhandler in seek method to get the result of the seek, before doing any other action.

v1.0.4

02 Nov 16:36
Compare
Choose a tag to compare
  • Add an API to automatically play the video after loading. See ApiVideoPlayerController's autoplay field.

v1.0.3

27 Oct 14:26
Compare
Choose a tag to compare
  • Add an API to change the video id on the fly. Check out for videoOptions.
  • Add an API to get the video size in the controller
  • Publicize API on subtitles in the controller