totalFrozenTime property

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

远端用户在加入频道后发生音频卡顿的累计时长(毫秒)。通话过程中,音频丢帧率达到 4% 即记为一次音频卡顿。

Implementation

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