getStats(null).then(stats => { var statsOutput = ""; stats.forEach(report => { if (report.type === "inbound-rtp" && report.kind === "video") ...
確定! 回上一頁