totalActiveTime property

  1. @JsonKey(name: 'totalActiveTime')
int? totalActiveTime
final

The total active time (ms) of the video. As long as the remote user or host neither stops sending the video stream nor disables the video module after joining the channel, the video is available.

Implementation

@JsonKey(name: 'totalActiveTime')
final int? totalActiveTime;