From ff2983db217ace835df6b1765aa2b5fdf7dd045e Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Thu, 25 Jul 2024 14:17:51 +0000 Subject: [PATCH] feat(player): use new analytics endpoint --- sdks/player/apivideo-swift-player.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sdks/player/apivideo-swift-player.md b/sdks/player/apivideo-swift-player.md index fba9a2d3..48800963 100644 --- a/sdks/player/apivideo-swift-player.md +++ b/sdks/player/apivideo-swift-player.md @@ -34,13 +34,13 @@ Or add this in your Package.swift ``` dependencies: [ - .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.4"), + .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.2.0"), ], ``` #### Cocoapods -Add `pod 'ApiVideoPlayer', '1.1.4'` in your `Podfile` +Add `pod 'ApiVideoPlayer', '1.2.0'` in your `Podfile` Run `pod install` @@ -235,10 +235,6 @@ A demo application demonstrates how to use player. See [`/example`](https://github.com/apivideo/api.video-swift-player/tree/main/Examples) folder. -On the first run, you will have to set your video Id: - -1. Replace "YOUR_VIDEO_ID" by your video Id - ## Documentation - [Player documentation](https://apivideo.github.io/api.video-swift-player/documentation/apivideoplayer/)