Releases: apivideo/api.video-swift-player
Releases · apivideo/api.video-swift-player
v1.3.0
v1.2.0
- Add support for private live stream
- Add an API to set a custom
AVPlayerViewController
v1.1.4
- Fix analytics when currentTime < 0
- Examples: Add default videoId
v1.1.3
- Make player available for iOS 11 and above
- PlayerError send custom message to LocalizedError
v1.1.2
- Make methods addDelegate(s) and removeDelegate(s) public
v1.1.1
- Add speedrate selector
- Add remote control on lockscreen
v1.1.0
- Add private vod videos
- Add live feature
- Change callback to delegate for UIKit
- Fix analytics
v1.0.5
- Add didReady event
- Use completionhandler in seek method to get the result of the seek, before doing any other action.
v1.0.4
- Add an API to automatically play the video after loading. See
ApiVideoPlayerController
'sautoplay
field.
v1.0.3
- 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