mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-30 05:31:07 +02:00
Try to add a quality selector (WIP), see #4
This commit is contained in:
@ -52,7 +52,7 @@ startPeerConnection = () => {
|
||||
// The server replies with its description
|
||||
// After setRemoteDescription, the browser will fire ontrack events
|
||||
console.log("Sending session description to server")
|
||||
fetch(window.location.href, {
|
||||
fetch(window.location.href + document.quality_form.quality.value, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
|
Reference in New Issue
Block a user