Returning the answer to web request.

This commit is contained in:
Filipi Fuchter
2025-11-28 15:21:11 -03:00
parent 8d98af4990
commit 9fcc7a25fd

View File

@@ -88,7 +88,7 @@ async def offer(request: Request):
break
except json.JSONDecodeError:
print(f"Failed to parse extracted SSE payload as JSON: {sse_data}")
print(f"Failed to parse extracted SSE payload as JSON: {line}")
pass
if answer_sdp is None: