localVoicePitchInHz property

OnLocalVoicePitchInHz? localVoicePitchInHz
getter/setter pair

Reports the voice pitch of the local user. After the local audio capture is enabled and you call enableLocalVoicePitchCallback , the SDK triggers the localVoicePitchInHz callback at the time interval set in enableLocalVoicePitchCallback. After this callback is enabled, if the user disables the local audio capture, for example, by calling enableLocalAudio , the SDK immediately stops sending the localVoicePitchInHz callback.

Param pitchInHz The voice pitch (Hz) of the local user.

Implementation

OnLocalVoicePitchInHz? localVoicePitchInHz;