totalFrozenTime property

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

The total freeze time (ms) of the remote video stream after the remote user joins the channel. In a video session where the frame rate is set to no less than 5 fps, video freeze occurs when the time interval between two adjacent renderable video frames is more than 500 ms.

Implementation

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