spectatorsCount property

int? get spectatorsCount

Number of viewers of the live broadcast.

Implementation

int? get spectatorsCount => payload['spectators'];