voicePitch property

  1. @JsonKey(name: 'voicePitch')
double? voicePitch
final

The voice pitch of the local user. The value ranges between 0.0 and 4000.0. The voicePitch parameter does not report the voice pitch of remote users. In the remote users' callback, the value of voicePitch is always 0.0.

Implementation

@JsonKey(name: 'voicePitch')
final double? voicePitch;