Conversation
Add a doc for SDK development
Support path overwrite in Edge requests
Update configuration module to support media keys
* port the POC code * tmp * tmp * cleanup * more cleanup * delete unused sessions * typo * add tests for _adb_isStringInArray() * add tests for media config keys * Add two timestamp formats to the same event * remove unused log * add tests for Media APIs * add tests for _adb_isValidMediaXDMData * add tests for EventProcessor * add tests for _adb_MediaModule * add a test file for mediaSessionManager() * cleanup * address review comments * address review comments * small cleanup * add a TODO * rename a function
* exploration 1 * Allow generating multiple SDK API instances in different UI nodes. * remove unused code * option 3 * cleanup * update docs * address review comments * add a default id to the Adobe task node. * fix typo
* remove several TODOs. * change _mediaConfigIsNotReady() to _isMediaConfigReady() * update the sample for testing media APIs * remove _adb_sanitizeXDMData()
* refactoring the dev app for clarity * cleanup * update comments
* refactoring the dev app for clarity * cleanup * update comments * update sample app
* Implemented sessionManager to dispatch media hits. * rename ts fields * More cleanup and refactor * More updates * Cleaned up code. Added logic to restart for idle and long running sessions. Added todos in MediaSession. * Add logic to create sessionresume and sessionend pings at the session level. Added code to handle sessionstart failure. * Add range for ping intervals and add constants. * Fix compile errors, test errors, commented failing tests.
* update API references for media tracking APIs * update TOC * address review comments * Update api-reference.md * address review comments * address review comments * Update api-reference.md
* Add unit tests for Media module * Add tests for MediaSessionManager * Fix issues in MediaSession * Add more tests for session manager * Add tests for MediaSession * Add more tests for MediaSession and fixes for MediaSession * Added more tests for MediaSession and more fixes. * Added more tests for session. Fixed issues and rearranged code. * Clean test code
* Add more tests and fixes for MediaSession. * Fix Idle timeout value * Add test cases for closeIfIdle and restartIdle functions * Update based on review * Add tests for restartIfLongrunningsession and added fixes * Add tests and fixes for shouldQueue * Add tests and fixes for queue() * Add tests for processEdgeRequestQueue * Add todos for remaining test * Add tests and fixes and refactors. * Cleanup MediaSessionManagerTests * Add tests for tryDispatchMediaEvents * Fixes in MediaSession * Add more tests in MediaSession * Refactor code for readability * Update channel name and player name for sample app * Add more tests for process long running session
* handle session-level configuration * update tests
* update getting-started doc * Update getting-started.md * Update getting-started.md
* tmp * add integration tests for media tracking APIs * address review comments
* mp * add session level configuration in the sample app * rename a var
* update API doc with media supported configuration data * Update api-reference.md * Update api-reference.md * Update api-reference.md * Update api-reference.md
* update version to 1.0.0-alpha * address review comments
* Cleanup logs * Mark unused variables * minor fix * Review updates * Review update
* draft * update migration doc * Update media-migration.md * Update migration guide (#118) * Update migration guide with list of APIs on media and aep sdks * format updates * format fix * Add toc and format updates * Update format * format updates * Update samples * Update format * Update content * update format * Updates based on reviews * format change * Update content * Update name * update wording * format fix * Update typo * Update typos in api comparison * Add content to migration guid * Updates based on reviews --------- Co-authored-by: yansong <yanyang@adobe.com>
…or Refactor (#124) * Add tables with required fields in the schema * Update the table header * Update structure of the documentation * Update format * Update format * Updates based on discussion * Add table about required fields in the migration guide * Review updates * Add doc to use custom ping interval * Update logic to extract sessionConfiguration * Fix code and typos * Add sample to update ping interval
* Log improvements and minor refactoring. * updated api-reference, added links to samples for migration guide table. Removed resolved TODO * Update api-reference
* Update SDK names in the documentation * Add some description in migration guide
[New Capability] Streaming Media for Edge Network
Cleanup Sample app
Dev -> Staging [v1.1.0-alpha Release] - Media Support
praveek
approved these changes
Nov 30, 2023
…s to stop timer on video complete (#132) * Stop timer after sessionEnd and sessioncComplete * Update sample to use customMetadata * Format fix
Get latest changes from dev -> staging
praveek
approved these changes
Nov 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: