Skip to content

Commit

Permalink
Merge pull request #135 from shamanec/fix-landscape-interaction
Browse files Browse the repository at this point in the history
Fix json key reference
  • Loading branch information
shamanec authored Dec 27, 2024
2 parents babc797 + 055dda3 commit d8bcc3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function StreamCanvas({ deviceData, shouldShowStream }) {
let deviceScreenRatio = deviceX / deviceY
let deviceLandscapeScreenRatio = deviceY / deviceX
let deviceOS = deviceData.os
let usesCustomWda = deviceData.usesCustomWda
let usesCustomWda = deviceData.uses_custom_wda
let udid = deviceData.udid

let streamUrl = ''
Expand Down

0 comments on commit d8bcc3d

Please sign in to comment.