Hey - is it possible to get the audio
# general-english
h
Hey - is it possible to get the audio stream for the bot in the Client SDK? I would like to use the sound level of the bots audio stream
Looks like I can get the volume-level as an event
How would I access the stream directly for future reference?
s
cc: @Kings_big💫
k
Yes, the Client SDK provides real time volume levels via the volume level event, and while it doesn’t expose raw audio streams by default, you can extend it using its WebRTC foundation since the SDK is open source..
m
you can also use live call control to get the entire audio mid call
h
Thanks!
k
You're welcome 🤗
3 Views