pitch property

  1. @JsonKey(name: 'pitch')
double pitch
getter/setter pair
  • The local user's vocal frequency (unit: Hz), the value range is [0 - 4000]. For remote users, this value is always 0.

Implementation

@JsonKey(name: 'pitch')
double pitch;