❌ failed to subscribe to raw audio with status 32

Thankyou for replying. There is one last thing.

buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :
Received onMixedAudioRawDataReceived
buffer :

buffer is printing empty and where that audio.pcm will be saved?

i got this after making bot as host of meeting.

hey @kamalkumar77a could you guide us through how you fixed this issue, we are still encountering it.

also why are you generating jwt signatures if using the native sdk, there is no mention of generating signature in the github repo documentation @chunsiong.zoom

@kamalkumar77a did anyone speak into their microphone during those period of time?

YUV420 Video save path is specified in
ZoomSDKRenderer.cpp
under the method SaveToRawYUVFile

PCM save path is specified in ZoomSDKAudioRawData.cpp
under the method onMixedAudioRawDataReceived

By default the saved files should be in the bin or etc folders

@management1

Please refer to this guide on how to generate a JWT signature for sdk authentication

@chunsiong.zoom we are aware of creating a jwt signature for sdk authentication,

for linux sdk , what use is of the jwt signature and for what use,

we need clarity on that.

@management1

jwt signature is used for sdk authentication,

This jwt signature is necessary for all sdk to function, Linux inclusive

ok get it, so where in linux is the jwt signature being used for authentication, we have the linux sdk incorporated , also have logic of jwt generation working properly, how do we authenticate our linux sdk now

@management1 this is mentioned in the readme.md file

it is under the config.txt, token key value pair

** **token: "xxxxxxxx.yyyyyyyyyyyyyyyyyy.zzzzzzzzzzzzzzzzz"** **

you mean this is the jwt token over here right ?

yes , thats right @management1

I couldn’t see audio.pcm in my entire system. Buffer are coming and being write in audio.pcm but don’t know where it is being saved.

and there is not bin folder in project.

@kamalkumar77a are you running this on docker?

yes, it’s running on docker.

@kamalkumar77a the saved audio and video file are within the docker container.

@kamalkumar77a Thanks for pining me about this. I pushed out an update that should resolve the issues that you’re seeing. Let me know if you continue to have issues after pulling the latest version.