File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 95
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-dcdbbcabe09e395ff040cb84826269403058791409156befca8dd464a877bd97 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-cc252d3a50f19e994036c9de866551c7872c9643bc64d9ba87e17901c057a5bb .yml
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ export interface PlaybackID {
16
16
* details about creating tokens.
17
17
*/
18
18
policy : PlaybackPolicy ;
19
+
20
+ /**
21
+ * The DRM configuration used by this playback ID. Must only be set when `policy`
22
+ * is set to `drm`.
23
+ */
24
+ drm_configuration_id ?: string ;
19
25
}
20
26
21
27
/**
@@ -27,4 +33,4 @@ export interface PlaybackID {
27
33
* [Secure video playback](https://docs.mux.com/guides/secure-video-playback) for
28
34
* details about creating tokens.
29
35
*/
30
- export type PlaybackPolicy = 'public' | 'signed' ;
36
+ export type PlaybackPolicy = 'public' | 'signed' | 'drm' ;
You can’t perform that action at this time.
0 commit comments