frozenRate property

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

The total audio freeze time as a percentage (%) of the total time when the audio is available. The audio is considered available when the remote user neither stops sending the audio stream nor disables the audio module after joining the channel.

Implementation

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