I can see in the React SDK documentation that there's still an example showing auth being passed to VoiceProvider (2) :
function App() {
const apiKey = process.env.HUME_API_KEY;
return (
<VoiceProvider
auth={{ type: 'apiKey', value: apiKey }}
configId={/
Optional: Your EVI Configuration ID
/}
>
{/
...
/}
</VoiceProvider>
) ;
}
Thank you for pointing out this discrepancy. If you'd like to report this documentation inconsistency, you can submit feedback to the Hume Feature Requests Board to help ensure the documentation stays up to date with the latest implementation patterns.