Returning the answer to web request.
This commit is contained in:
@@ -88,7 +88,7 @@ async def offer(request: Request):
|
|||||||
break
|
break
|
||||||
|
|
||||||
except json.JSONDecodeError:
|
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
|
pass
|
||||||
|
|
||||||
if answer_sdp is None:
|
if answer_sdp is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user