File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -296,9 +296,9 @@ interface MediaTrackConstraints extends MediaTrackConstraintSet {
296
296
}
297
297
298
298
interface MediaTrackConstraintSet {
299
+ echoCancellation?: boolean | ConstrainBooleanParameters;
299
300
aspectRatio?: number | ConstrainDoubleRange;
300
301
deviceId?: string | string[] | ConstrainDOMStringParameters;
301
- echoCancelation?: boolean | ConstrainBooleanParameters;
302
302
facingMode?: string | string[] | ConstrainDOMStringParameters;
303
303
frameRate?: number | ConstrainDoubleRange;
304
304
groupId?: string | string[] | ConstrainDOMStringParameters;
Original file line number Diff line number Diff line change 1764
1764
"constructorSignatures" : [" new(): HTMLSummaryElement" ],
1765
1765
"extends" : " HTMLElement" ,
1766
1766
"flavor" : " DOM"
1767
+ },
1768
+ {
1769
+ "kind" : " property" ,
1770
+ "interface" : " MediaTrackConstraintSet" ,
1771
+ "name" : " echoCancellation?" ,
1772
+ "type" : " boolean | ConstrainBooleanParameters"
1767
1773
}
1768
1774
]
Original file line number Diff line number Diff line change 77
77
{
78
78
"kind" : " typedef" ,
79
79
"name" : " JSON"
80
+ },
81
+ {
82
+ "kind" : " property" ,
83
+ "interface" : " MediaTrackConstraintSet" ,
84
+ "name" : " echoCancelation"
80
85
}
81
86
]
You can’t perform that action at this time.
0 commit comments