Show / Hide Table of Contents

Enum LiveBroadcastsResource.ListRequest.BroadcastStatusEnum

The broadcastStatus parameter filters the API response to only include broadcasts with the specified status.

Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum BroadcastStatusEnum

Fields

Name Description
Active

Return current live broadcasts.

All

Return all broadcasts.

Completed

Return broadcasts that have already ended.

Upcoming

Return broadcasts that have not yet started.

Back to top