|
1 | 1 | [RTCRtpParameters-codec.html] |
2 | 2 | expected: TIMEOUT |
3 | | - [Creating an audio sender with addTransceiver and codec should work] |
4 | | - expected: FAIL |
5 | | - |
6 | | - [Creating a video sender with addTransceiver and codec should work] |
7 | | - expected: FAIL |
8 | | - |
9 | | - [Setting codec on an audio sender with setParameters should work] |
10 | | - expected: FAIL |
11 | | - |
12 | | - [Setting codec on a video sender with setParameters should work] |
13 | | - expected: FAIL |
14 | | - |
15 | | - [Creating an audio sender with addTransceiver and non-existing codec should throw OperationError] |
16 | | - expected: FAIL |
17 | | - |
18 | | - [Creating an audio sender with addTransceiver and non-existing codec type should throw OperationError] |
19 | | - expected: FAIL |
20 | | - |
21 | | - [Creating a video sender with addTransceiver and non-existing codec should throw OperationError] |
22 | | - expected: FAIL |
23 | | - |
24 | | - [Creating a video sender with addTransceiver and non-existing codec type should throw OperationError] |
25 | | - expected: FAIL |
26 | | - |
27 | | - [Setting a non-existing codec on an audio sender with setParameters should throw InvalidModificationError] |
28 | | - expected: FAIL |
29 | | - |
30 | | - [Setting a non-existing codec on a video sender with setParameters should throw InvalidModificationError] |
31 | | - expected: FAIL |
32 | | - |
33 | | - [Setting a non-preferred codec on an audio sender with setParameters should throw InvalidModificationError] |
34 | | - expected: FAIL |
35 | | - |
36 | | - [Setting a non-preferred codec on a video sender with setParameters should throw InvalidModificationError] |
37 | | - expected: FAIL |
38 | | - |
39 | | - [Setting a non-negotiated codec on an audio sender with setParameters should throw InvalidModificationError] |
40 | | - expected: FAIL |
41 | | - |
42 | | - [Setting a non-negotiated codec on a video sender with setParameters should throw InvalidModificationError] |
43 | | - expected: FAIL |
44 | | - |
45 | | - [Codec should be undefined after negotiating away the currently set codec on an audio sender] |
46 | | - expected: FAIL |
47 | | - |
48 | | - [Codec should be undefined after negotiating away the currently set codec on a video sender] |
49 | | - expected: FAIL |
50 | | - |
51 | | - [Stats output-rtp should match the selected codec in non-simulcast usecase on an audio sender] |
52 | | - expected: FAIL |
53 | | - |
54 | | - [Stats output-rtp should match the selected codec in non-simulcast usecase on a video sender] |
55 | | - expected: FAIL |
56 | | - |
57 | | - [Stats output-rtp should match the selected codec in simulcast usecase on a video sender] |
58 | | - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1894137 |
59 | | - expected: TIMEOUT |
60 | | - |
61 | 3 | [Stats output-rtp should match the selected mixed codecs in simulcast usecase on a video sender] |
62 | | - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1894137 |
63 | | - expected: NOTRUN |
| 4 | + expected: [TIMEOUT] |
| 5 | + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1967665 |
0 commit comments