Setting up the AudioRawdataHelper

Hi @tim.vandeurzen, thanks for using the dev forum.

In order to access raw data, you must first start a raw recording via StartRawRecording. Once the raw recording has started, the helper should no longer be null.

I am logged in as a user without a login, only a valid JWT. To enable raw recording must I log in and authenticate using a ZAK token? Is there a particular event I have to wait for to ensure I can enable the raw recording?

Authentication is not required. The only requirement is that the current user has the ability to start a recording.

Thanks!