mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-07-07 15:58:31 +02:00
Make viewer able to change quality
This commit is contained in:
@ -81,7 +81,7 @@ export function initViewerPage(stream, stunServers, viewersCounterRefreshPeriod)
|
||||
quality = event.target.value;
|
||||
console.log(`Stream quality changed to ${quality}`);
|
||||
|
||||
// Restart the connection with a new quality
|
||||
// FIXME
|
||||
// Restart WebRTC negociation
|
||||
webrtc.createOffer();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user