| 21 | |
| 22 | // oxlint-disable-next-line typescript/consistent-type-definitions |
| 23 | interface GumTrackConstraints extends MediaTrackConstraints { |
| 24 | mandatory?: GumTrackConstraintSet; |
| 25 | } |
| 26 | |
| 27 | type GumTrackConstraintSet = { |
| 28 | chromeMediaSource: string; |
nothing calls this directly
no outgoing calls
no test coverage detected