diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index ba9530ea83..c93e72535d 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -1289,10 +1289,10 @@ export default function (options) { Codec: 'h264', Conditions: [ { - Condition: 'EqualsAny', - Property: 'VideoProfile', - Value: h264Profiles + '|high 10', - IsRequired: false + Condition: 'EqualsAny', + Property: 'VideoProfile', + Value: h264Profiles + '|high 10', + IsRequired: false } ] });