isLive property

  1. @JsonKey(name: 'isLive')
bool? isLive
final

Mark the stream as live before stream metadata is available. As soon as metadata is available, information from the player is used.

Implementation

@JsonKey(name: 'isLive')
final bool? isLive;