Skip to content

Commit 02e99e7

Browse files
authored
v0.12.0 (#57)
* v0.12.0 * actually version
1 parent ee35440 commit 02e99e7

30 files changed

+1260
-37
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,17 @@ docs/UpdateAssetMasterAccessRequest.md
164164
docs/UpdateAssetRequest.md
165165
docs/UpdateLiveStreamEmbeddedSubtitlesRequest.md
166166
docs/UpdateLiveStreamGeneratedSubtitlesRequest.md
167+
docs/UpdateLiveStreamNewAssetSettings.md
167168
docs/UpdateLiveStreamRequest.md
168169
docs/UpdateReferrerDomainRestrictionRequest.md
169170
docs/UpdateTranscriptionVocabularyRequest.md
171+
docs/UpdateUserAgentRestrictionRequest.md
170172
docs/UpdateWebInputUrlRequest.md
171173
docs/Upload.md
172174
docs/UploadError.md
173175
docs/UploadResponse.md
176+
docs/UserAgentRestrictionRequest.md
177+
docs/UserAgentRestrictionSettings.md
174178
docs/VideoView.md
175179
docs/VideoViewEvent.md
176180
docs/VideoViewResponse.md
@@ -361,13 +365,17 @@ src/Mux.Csharp.Sdk/Model/UpdateAssetMasterAccessRequest.cs
361365
src/Mux.Csharp.Sdk/Model/UpdateAssetRequest.cs
362366
src/Mux.Csharp.Sdk/Model/UpdateLiveStreamEmbeddedSubtitlesRequest.cs
363367
src/Mux.Csharp.Sdk/Model/UpdateLiveStreamGeneratedSubtitlesRequest.cs
368+
src/Mux.Csharp.Sdk/Model/UpdateLiveStreamNewAssetSettings.cs
364369
src/Mux.Csharp.Sdk/Model/UpdateLiveStreamRequest.cs
365370
src/Mux.Csharp.Sdk/Model/UpdateReferrerDomainRestrictionRequest.cs
366371
src/Mux.Csharp.Sdk/Model/UpdateTranscriptionVocabularyRequest.cs
372+
src/Mux.Csharp.Sdk/Model/UpdateUserAgentRestrictionRequest.cs
367373
src/Mux.Csharp.Sdk/Model/UpdateWebInputUrlRequest.cs
368374
src/Mux.Csharp.Sdk/Model/Upload.cs
369375
src/Mux.Csharp.Sdk/Model/UploadError.cs
370376
src/Mux.Csharp.Sdk/Model/UploadResponse.cs
377+
src/Mux.Csharp.Sdk/Model/UserAgentRestrictionRequest.cs
378+
src/Mux.Csharp.Sdk/Model/UserAgentRestrictionSettings.cs
371379
src/Mux.Csharp.Sdk/Model/VideoView.cs
372380
src/Mux.Csharp.Sdk/Model/VideoViewEvent.cs
373381
src/Mux.Csharp.Sdk/Model/VideoViewResponse.cs

Mux.Csharp.Sdk.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk", "src\Mux.Csharp.Sdk\Mux.Csharp.Sdk.csproj", "{D5B098A8-3C38-43E5-8054-2DC6D5E7F8FF}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk", "src\Mux.Csharp.Sdk\Mux.Csharp.Sdk.csproj", "{B938D962-6319-4AA3-BBD2-067CE0E28E26}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mux.Csharp.Sdk.Test", "src\Mux.Csharp.Sdk.Test\Mux.Csharp.Sdk.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{D5B098A8-3C38-43E5-8054-2DC6D5E7F8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{D5B098A8-3C38-43E5-8054-2DC6D5E7F8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{D5B098A8-3C38-43E5-8054-2DC6D5E7F8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{D5B098A8-3C38-43E5-8054-2DC6D5E7F8FF}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{B938D962-6319-4AA3-BBD2-067CE0E28E26}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Mux is how developers build online video. This API encompasses both Mux Video an
1616
**PLEASE NOTE:** This is an early build of the Mux C# SDK, as evidenced by its pre-1.0 status, but we're reasonably certain of its stability and usability against the Mux API.. Documentation is currently best-effort, but it'll improve over time! Instead of contacting Mux Support, please file an issue on this repository or email [Mux DevEx]([email protected]) for assistance.
1717

1818
- API version: v1
19-
- SDK version: 0.11.0
19+
- SDK version: 0.12.0
2020
[https://docs.mux.com](https://docs.mux.com)
2121

2222
<a name="frameworks-supported"></a>
@@ -178,6 +178,7 @@ Class | Method | HTTP request | Description
178178
*PlaybackRestrictionsApi* | [**GetPlaybackRestriction**](docs/PlaybackRestrictionsApi.md#getplaybackrestriction) | **GET** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID} | Retrieve a Playback Restriction
179179
*PlaybackRestrictionsApi* | [**ListPlaybackRestrictions**](docs/PlaybackRestrictionsApi.md#listplaybackrestrictions) | **GET** /video/v1/playback-restrictions | List Playback Restrictions
180180
*PlaybackRestrictionsApi* | [**UpdateReferrerDomainRestriction**](docs/PlaybackRestrictionsApi.md#updatereferrerdomainrestriction) | **PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/referrer | Update the Referrer Playback Restriction
181+
*PlaybackRestrictionsApi* | [**UpdateUserAgentRestriction**](docs/PlaybackRestrictionsApi.md#updateuseragentrestriction) | **PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/user_agent | Update the User Agent Restriction
181182
*RealTimeApi* | [**GetRealtimeBreakdown**](docs/RealTimeApi.md#getrealtimebreakdown) | **GET** /data/v1/realtime/metrics/{REALTIME_METRIC_ID}/breakdown | Get Real-Time Breakdown
182183
*RealTimeApi* | [**GetRealtimeHistogramTimeseries**](docs/RealTimeApi.md#getrealtimehistogramtimeseries) | **GET** /data/v1/realtime/metrics/{REALTIME_HISTOGRAM_METRIC_ID}/histogram-timeseries | Get Real-Time Histogram Timeseries
183184
*RealTimeApi* | [**GetRealtimeTimeseries**](docs/RealTimeApi.md#getrealtimetimeseries) | **GET** /data/v1/realtime/metrics/{REALTIME_METRIC_ID}/timeseries | Get Real-Time Timeseries
@@ -365,13 +366,17 @@ Class | Method | HTTP request | Description
365366
- [Model.UpdateAssetRequest](docs/UpdateAssetRequest.md)
366367
- [Model.UpdateLiveStreamEmbeddedSubtitlesRequest](docs/UpdateLiveStreamEmbeddedSubtitlesRequest.md)
367368
- [Model.UpdateLiveStreamGeneratedSubtitlesRequest](docs/UpdateLiveStreamGeneratedSubtitlesRequest.md)
369+
- [Model.UpdateLiveStreamNewAssetSettings](docs/UpdateLiveStreamNewAssetSettings.md)
368370
- [Model.UpdateLiveStreamRequest](docs/UpdateLiveStreamRequest.md)
369371
- [Model.UpdateReferrerDomainRestrictionRequest](docs/UpdateReferrerDomainRestrictionRequest.md)
370372
- [Model.UpdateTranscriptionVocabularyRequest](docs/UpdateTranscriptionVocabularyRequest.md)
373+
- [Model.UpdateUserAgentRestrictionRequest](docs/UpdateUserAgentRestrictionRequest.md)
371374
- [Model.UpdateWebInputUrlRequest](docs/UpdateWebInputUrlRequest.md)
372375
- [Model.Upload](docs/Upload.md)
373376
- [Model.UploadError](docs/UploadError.md)
374377
- [Model.UploadResponse](docs/UploadResponse.md)
378+
- [Model.UserAgentRestrictionRequest](docs/UserAgentRestrictionRequest.md)
379+
- [Model.UserAgentRestrictionSettings](docs/UserAgentRestrictionSettings.md)
375380
- [Model.VideoView](docs/VideoView.md)
376381
- [Model.VideoViewEvent](docs/VideoViewEvent.md)
377382
- [Model.VideoViewResponse](docs/VideoViewResponse.md)

docs/AbridgedVideoView.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**ViewEnd** | **string** | | [optional]
1818
**ViewerExperienceScore** | **float?** | | [optional]
1919
**WatchTime** | **int?** | | [optional]
20+
**PlaybackFailure** | **bool** | | [optional]
2021

2122
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2223

docs/CreatePlaybackRestrictionRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Referrer** | [**ReferrerDomainRestriction**](ReferrerDomainRestriction.md) | | [optional]
8+
**UserAgent** | [**UserAgentRestrictionRequest**](UserAgentRestrictionRequest.md) | | [optional]
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/DeliveryReport.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**AssetState** | **string** | The state of the asset. | [optional]
1313
**AssetDuration** | **double** | The duration of the asset in seconds. | [optional]
1414
**AssetResolutionTier** | **string** | The resolution tier that the asset was ingested at, affecting billing for ingest &amp; storage | [optional]
15+
**AssetEncodingTier** | **string** | The encoding tier that the asset was ingested at. [See the encoding tiers guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) | [optional]
1516
**DeliveredSeconds** | **double** | Total number of delivered seconds during this time window. | [optional]
1617
**DeliveredSecondsByResolution** | [**DeliveryReportDeliveredSecondsByResolution**](DeliveryReportDeliveredSecondsByResolution.md) | | [optional]
1718

docs/GenerateTrackSubtitlesResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Data** | [**Track**](Track.md) | | [optional]
7+
**Data** | [**List&lt;Track&gt;**](Track.md) | | [optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

docs/PlaybackRestriction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**CreatedAt** | **string** | Time the Playback Restriction was created, defined as a Unix timestamp (seconds since epoch). | [optional]
99
**UpdatedAt** | **string** | Time the Playback Restriction was last updated, defined as a Unix timestamp (seconds since epoch). | [optional]
1010
**Referrer** | [**ReferrerDomainRestriction**](ReferrerDomainRestriction.md) | | [optional]
11+
**UserAgent** | [**UserAgentRestrictionSettings**](UserAgentRestrictionSettings.md) | | [optional]
1112

1213
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1314

docs/PlaybackRestrictionsApi.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Method | HTTP request | Description
99
[**GetPlaybackRestriction**](PlaybackRestrictionsApi.md#getplaybackrestriction) | **GET** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID} | Retrieve a Playback Restriction
1010
[**ListPlaybackRestrictions**](PlaybackRestrictionsApi.md#listplaybackrestrictions) | **GET** /video/v1/playback-restrictions | List Playback Restrictions
1111
[**UpdateReferrerDomainRestriction**](PlaybackRestrictionsApi.md#updatereferrerdomainrestriction) | **PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/referrer | Update the Referrer Playback Restriction
12+
[**UpdateUserAgentRestriction**](PlaybackRestrictionsApi.md#updateuseragentrestriction) | **PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/user_agent | Update the User Agent Restriction
1213

1314

1415
<a name="createplaybackrestriction"></a>
@@ -389,3 +390,80 @@ Name | Type | Description | Notes
389390

390391
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
391392

393+
<a name="updateuseragentrestriction"></a>
394+
# **UpdateUserAgentRestriction**
395+
> PlaybackRestrictionResponse UpdateUserAgentRestriction (string PLAYBACK_RESTRICTION_ID, UpdateUserAgentRestrictionRequest updateUserAgentRestrictionRequest)
396+
397+
Update the User Agent Restriction
398+
399+
Allows you to modify how Mux validates playback requests with different user agents. Please see [Using User-Agent HTTP header for validation](https://docs.mux.com/guides/secure-video-playback#using-user-agent-http-header-for-validation) for more details on this feature.
400+
401+
### Example
402+
```csharp
403+
using System.Collections.Generic;
404+
using System.Diagnostics;
405+
using Mux.Csharp.Sdk.Api;
406+
using Mux.Csharp.Sdk.Client;
407+
using Mux.Csharp.Sdk.Model;
408+
409+
namespace Example
410+
{
411+
public class UpdateUserAgentRestrictionExample
412+
{
413+
public static void Main()
414+
{
415+
Configuration config = new Configuration();
416+
config.BasePath = "https://api.mux.com";
417+
// Configure HTTP basic authorization: accessToken
418+
config.Username = "YOUR_USERNAME";
419+
config.Password = "YOUR_PASSWORD";
420+
421+
var apiInstance = new PlaybackRestrictionsApi(config);
422+
var PLAYBACK_RESTRICTION_ID = "PLAYBACK_RESTRICTION_ID_example"; // string | ID of the Playback Restriction.
423+
var updateUserAgentRestrictionRequest = new UpdateUserAgentRestrictionRequest(); // UpdateUserAgentRestrictionRequest |
424+
425+
try
426+
{
427+
// Update the User Agent Restriction
428+
PlaybackRestrictionResponse result = apiInstance.UpdateUserAgentRestriction(PLAYBACK_RESTRICTION_ID, updateUserAgentRestrictionRequest);
429+
Debug.WriteLine(result);
430+
}
431+
catch (ApiException e)
432+
{
433+
Debug.Print("Exception when calling PlaybackRestrictionsApi.UpdateUserAgentRestriction: " + e.Message );
434+
Debug.Print("Status Code: "+ e.ErrorCode);
435+
Debug.Print(e.StackTrace);
436+
}
437+
}
438+
}
439+
}
440+
```
441+
442+
### Parameters
443+
444+
Name | Type | Description | Notes
445+
------------- | ------------- | ------------- | -------------
446+
**PLAYBACK_RESTRICTION_ID** | **string**| ID of the Playback Restriction. |
447+
**updateUserAgentRestrictionRequest** | [**UpdateUserAgentRestrictionRequest**](UpdateUserAgentRestrictionRequest.md)| |
448+
449+
### Return type
450+
451+
[**PlaybackRestrictionResponse**](PlaybackRestrictionResponse.md)
452+
453+
### Authorization
454+
455+
[accessToken](../README.md#accessToken)
456+
457+
### HTTP request headers
458+
459+
- **Content-Type**: application/json
460+
- **Accept**: application/json
461+
462+
463+
### HTTP response details
464+
| Status code | Description | Response headers |
465+
|-------------|-------------|------------------|
466+
| **200** | OK | - |
467+
468+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
469+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Mux.Csharp.Sdk.Model.UpdateLiveStreamNewAssetSettings
2+
Updates the new asset settings to use to generate a new asset for this live stream. Only the `mp4_support` setting may be updated.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Mp4Support** | **string** | Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The &#x60;none&#x60; option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * The &#x60;capped-1080p&#x60; option produces a single MP4 file, called &#x60;capped-1080p.mp4&#x60;, with the video resolution capped at 1080p. This option produces an &#x60;audio.m4a&#x60; file for an audio-only asset. * The &#x60;audio-only&#x60; option produces a single M4A file, called &#x60;audio.m4a&#x60; for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The &#x60;audio-only,capped-1080p&#x60; option produces both the &#x60;audio.m4a&#x60; and &#x60;capped-1080p.mp4&#x60; files. Only the &#x60;capped-1080p.mp4&#x60; file is produced for a video-only asset, while only the &#x60;audio.m4a&#x60; file is produced for an audio-only asset. * The &#x60;standard&#x60;(deprecated) option produces up to three MP4 files with different levels of resolution (&#x60;high.mp4&#x60;, &#x60;medium.mp4&#x60;, &#x60;low.mp4&#x60;, or &#x60;audio.m4a&#x60; for an audio-only asset). | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+

docs/UpdateLiveStreamRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**UseSlateForStandardLatency** | **bool** | By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream. | [optional] [default to false]
1111
**ReconnectSlateUrl** | **string** | The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. Set this to a blank string to clear the value so that the default slate media will be used. | [optional]
1212
**MaxContinuousDuration** | **int** | The time in seconds a live stream may be continuously active before being disconnected. Defaults to 12 hours. | [optional] [default to 43200]
13+
**NewAssetSettings** | [**UpdateLiveStreamNewAssetSettings**](UpdateLiveStreamNewAssetSettings.md) | | [optional]
1314

1415
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1516

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Mux.Csharp.Sdk.Model.UpdateUserAgentRestrictionRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**AllowNoUserAgent** | **bool** | Whether or not to allow views without a &#x60;User-Agent&#x60; HTTP request header. | [optional] [default to true]
8+
**AllowHighRiskUserAgent** | **bool** | Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. | [optional] [default to true]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+

docs/UserAgentRestrictionRequest.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Mux.Csharp.Sdk.Model.UserAgentRestrictionRequest
2+
Rules that control what user agents are allowed to play your videos. Please see [Using User-Agent HTTP header for validation](https://docs.mux.com/guides/secure-video-playback#using-user-agent-http-header-for-validation) for more details on this feature.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AllowNoUserAgent** | **bool** | Whether or not to allow views without a &#x60;User-Agent&#x60; HTTP request header. | [optional] [default to true]
9+
**AllowHighRiskUserAgent** | **bool** | Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. | [optional] [default to true]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/UserAgentRestrictionSettings.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Mux.Csharp.Sdk.Model.UserAgentRestrictionSettings
2+
Rules that control what user agents are allowed to play your videos. Please see [Using User-Agent HTTP header for validation](https://docs.mux.com/guides/secure-video-playback#using-user-agent-http-header-for-validation) for more details on this feature.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AllowNoUserAgent** | **bool** | Whether or not to allow views without a &#x60;User-Agent&#x60; HTTP request header. | [optional] [default to true]
9+
**AllowHighRiskUserAgent** | **bool** | Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. | [optional] [default to true]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/VideoView.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,15 @@ Name | Type | Description | Notes
158158
**AdExitBeforeStartPercentage** | **string** | | [optional]
159159
**LongResume** | **bool** | | [optional]
160160
**LongRebuffering** | **bool** | | [optional]
161-
**PlaybackFailureErrorTypeId** | **int** | | [optional]
162-
**PlaybackBusinessExceptionErrorTypeId** | **int** | | [optional]
163-
**VideoStartupBusinessExceptionErrorTypeId** | **int** | | [optional]
161+
**PlaybackFailureErrorTypeId** | **int?** | | [optional]
162+
**PlaybackBusinessExceptionErrorTypeId** | **int?** | | [optional]
163+
**VideoStartupBusinessExceptionErrorTypeId** | **int?** | | [optional]
164+
**PlaybackFailure** | **bool** | | [optional]
165+
**AdPlaybackFailureErrorTypeId** | **int?** | | [optional]
166+
**ViewContentStartupTime** | **int?** | | [optional]
167+
**AdPrerollStartupTime** | **int?** | | [optional]
168+
**AdWatchTime** | **int?** | | [optional]
169+
**ViewContentWatchTime** | **int?** | | [optional]
164170

165171
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
166172

0 commit comments

Comments
 (0)