statistics property

LiveBroadcastStatistics? statistics
getter/setter pair

The statistics object contains info about the event's current stats.

These include concurrent viewers and total chat count. Statistics can change (in either direction) during the lifetime of an event. Statistics are only returned while the event is live.

Implementation

LiveBroadcastStatistics? statistics;