Skip to content

Commit

Permalink
Show temporal layer buttons in EchoTest demos also for VP9 and AV1
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 11, 2023
1 parent cf6eb00 commit f282022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/echotest.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ $(document).ready(function() {
if((substream !== null && substream !== undefined) || (temporal !== null && temporal !== undefined)) {
if(!simulcastStarted) {
simulcastStarted = true;
addSimulcastSvcButtons(msg["videocodec"] === "vp8" || msg["videocodec"] === "vp9");
addSimulcastSvcButtons(msg["videocodec"] === "vp8" || msg["videocodec"] === "vp9" || msg["videocodec"] === "av1");
}
// We just received notice that there's been a switch, update the buttons
updateSimulcastSvcButtons(substream, temporal);
Expand Down

0 comments on commit f282022

Please sign in to comment.