pitch property
- @JsonKey(name: '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;
@JsonKey(name: 'pitch')
double pitch;