mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-10 18:57:02 +02:00
Implement WebRTC URL resolution and update stream playback logic across components and API routes
This commit is contained in:
@@ -209,6 +209,7 @@ export function WebRTCPlayer({
|
||||
method: "POST",
|
||||
headers: {
|
||||
"content-type": "application/sdp",
|
||||
accept: "application/sdp",
|
||||
},
|
||||
body: localSdp,
|
||||
signal: abortController.signal,
|
||||
|
||||
Reference in New Issue
Block a user