384 B
384 B
| 1 | id | version | kind | input | expected |
|---|---|---|---|---|---|
| 2 | tunnel-current | 1 | tunnel | offered=1;feature=control.v1 | valid |
| 3 | tunnel-n-minus-1 | 0 | tunnel | offered=0;feature=control.v1 | valid |
| 4 | tunnel-n-minus-2 | -1 | tunnel | offered=-1;feature=control.v1 | valid |
| 5 | tunnel-unsupported | 1 | tunnel | offered=2;feature=control.v1 | invalid:unsupported_version |
| 6 | tunnel-no-control | 1 | tunnel | offered=1;feature=media.video | invalid:unsupported_feature |