You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
currently I want to use a text-in, audio-out model to build my chatbot. So for the WebRTC widget, I think I only need to use the mode= "recieve" when init it.
So for my customized stream handler implementation, how should I take care of the implement of the ".receive" method?
I think since I am using recieve only mode, it wont get any audio frame as input right?