Implement /sharescreen.

Also rename /stopshare to /unsharescreen.
This commit is contained in:
Juliusz Chroboczek
2025-07-30 14:18:44 +02:00
parent e7162642a7
commit b88e2f4d93
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -1499,6 +1499,7 @@ Stream.prototype.updateStats = async function() {
if(report) {
for(let r of report.values()) {
if(stid && r.type === 'outbound-rtp') {
console.log(r);
let id = stid;
// Firefox doesn't implement rid, use ssrc
// to discriminate simulcast tracks.