Implement WebRTC URL resolution and update stream playback logic across components and API routes

This commit is contained in:
Nikita
2025-12-23 11:32:08 -08:00
parent f45c28f941
commit 93bd99f9ed
10 changed files with 133 additions and 30 deletions

View File

@@ -209,6 +209,7 @@ export function WebRTCPlayer({
method: "POST",
headers: {
"content-type": "application/sdp",
accept: "application/sdp",
},
body: localSdp,
signal: abortController.signal,