Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* FEC-10389 Add support for referenceId filter in provider (#23) * MediaEntry Interceptors business logic for KalturaPlayer and KalturaOTTPlayer. * code fixes * - PKMediaEntryInterceptor protocol definition moved to Sources/Basic/Interceptor/ - KalturaPlayer.swift internal getter for interceptors changed to use generic getLoadedPlugins function. - Podspec modified to include PKMediaEntryInterceptor in "Core" subspec, also added "Interceptor" subspec to include only PKMediaEntryInterceptor for other development needs. * Update KalturaPlayer.swift Minor code style fixes. * Update KalturaPlayer.podspec renamed to playkitVersion * Update KalturaPlayer.podspec Co-authored-by: Noam Tamim <[email protected]> * Update KalturaPlayer.podspec Co-authored-by: Noam Tamim <[email protected]> * Update Sources/Basic/Interceptor/PKMediaEntryInterceptor.swift Co-authored-by: Nilit Danan <[email protected]> * interceptor.apply minor code style fixes * Interceptor related code moved to extension of KalturaPlayer class. * Interceptor podspec fixes * Removed parameter callback from internal func updateMediaEntryWithLoadedInterceptors(_ mediaEntry: PKMediaEntry) * podspec updated * PKMediaEntryInterceptor protocol changed * Update Sources/Interceptor/PKMediaEntryInterceptor.swift Co-authored-by: Nilit Danan <[email protected]> * updateMediaEntryWithLoadedInterceptors() callback added * FEC-10389 Add support for referenceId filter in provider. Changes required for player. Co-authored-by: Noam Tamim <[email protected]> Co-authored-by: Nilit Danan <[email protected]> * Cherry picked last change. * Attempt to fix Travis script * Attempt to fix Travis script. * PlayKitProviders dependency updated to 1.12 Co-authored-by: Sergey Chausov <[email protected]> Co-authored-by: Noam Tamim <[email protected]>
- Loading branch information