Skip to content

Commit

Permalink
Fixed spelling of scaleResolutionDownBy in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefhak committed Sep 7, 2017
1 parent a004acc commit adee435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -10741,11 +10741,11 @@ <h3>Simulcast Example</h3>
},
{
rid: "h",
scaleDownResolutionBy: 2.0
scaleResolutionDownBy: 2.0
},
{
rid: "q",
scaleDownResolutionBy: 4.0
scaleResolutionDownBy: 4.0
}
]
});
Expand Down

0 comments on commit adee435

Please sign in to comment.