This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
2.0.0-beta.1
Pre-release
Pre-release
mickael-menu
released this
23 Dec 10:36
·
36 commits
to develop
since this release
Take a look at the migration guide
Changed
- Upgraded to Kotlin 1.4.10.
Streamer
is now expecting aPublicationAsset
instead of aFile
. You can create custom implementations ofPublicationAsset
to open a publication from different medium, such as a file, a remote URL, in-memory bytes, etc.FileAsset
can be used to replaceFile
and provides the same behavior.