Skip to content

Commit

Permalink
Revert "FEC-10866 seek to Live Edge API added (#59)"
Browse files Browse the repository at this point in the history
This reverts commit 85f8b75.
  • Loading branch information
x-NR-x authored Jun 9, 2022
1 parent a55e86d commit d5325d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/KalturaPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,6 @@ public enum KalturaPlayerError: PKError {
pkPlayer.seek(to: time)
}

@objc public func seekToLiveEdge() {
pkPlayer.seekToLiveEdge()
}

/// Select a Track
@objc public func selectTrack(trackId: String) {
pkPlayer.selectTrack(trackId: trackId)
Expand Down

0 comments on commit d5325d2

Please sign in to comment.