GoogleApi.YouTube.V3.Model.LiveBroadcastStatistics (google_api_you_tube v0.54.0)
View SourceStatistics about the live broadcast. These represent a snapshot of the values at the time of the request. Statistics are only returned for live broadcasts.
Attributes
-
concurrentViewers
(type:String.t
, default:nil
) - The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveBroadcastStatistics{ concurrentViewers: String.t() | nil }