totalFrozenTime property

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

The total freeze time (ms) of the remote audio stream after the remote user joins the channel. In a session, audio freeze occurs when the audio frame loss rate reaches 4%.

Implementation

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