diff --git a/voicebot/webrtc_signaling.py b/voicebot/webrtc_signaling.py index bc2d0e3..a4f6f5c 100644 --- a/voicebot/webrtc_signaling.py +++ b/voicebot/webrtc_signaling.py @@ -642,6 +642,10 @@ class WebRTCSignalingClient: # Handle status_ok response from server logger.debug(f"Received status_ok from server with data: {data}") # This confirms the connection is healthy + elif msg_type == "status_response": + # Handle status_response from server (response to status_check) + logger.debug(f"Received status_response from server with data: {data}") + # This confirms the connection is healthy and provides session info elif msg_type == "chat_message": logger.info("Received chat message") try: