Skip to content

Commit

Permalink
Note that DRM is in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Jul 10, 2024
1 parent f4aad3c commit 85cf1e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion library/src/main/java/com/mux/player/media/MediaItems.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ object MediaItems {
* ### DRM Playback
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken]
*
* DRM is currently in beta. If you are interested in participating, or have questions, please
* email [email protected]
*
* @param playbackId A playback ID for a Mux Asset
* @param maxResolution The maximum resolution that should be requested over the network
* @param minResolution The minimum resolution that should be requested over the network
Expand Down Expand Up @@ -107,7 +110,10 @@ object MediaItems {
* To use secure playback, you must provide a valid [playbackToken]
*
* ### DRM Playback
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken]
* To use DRM playback, you must provide *both* a valid [playbackToken] and a valid [drmToken].
*
* DRM is currently in beta. If you are interested in participating, or have questions, please
* email [email protected]
*
* ## Controlling resolution
* You can use the [maxResolution] and [minResolution] parameters to control the possible video
Expand Down

0 comments on commit 85cf1e4

Please sign in to comment.