blob: 13473feaa194da0c8254ae530a725dc91f26f5d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
[RTCRtpParameters-codec.html]
expected: ERROR
[Creating an audio sender with addTransceiver and codec should work]
expected: FAIL
[Creating a video sender with addTransceiver and codec should work]
expected: FAIL
[Setting codec on an audio sender with setParameters should work]
expected: FAIL
[Setting codec on a video sender with setParameters should work]
expected: FAIL
[Creating an audio sender with addTransceiver and non-existing codec should throw OperationError]
expected: FAIL
[Creating a video sender with addTransceiver and non-existing codec should throw OperationError]
expected: FAIL
[Setting a non-existing codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-existing codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-preferred codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-preferred codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-negotiated codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-negotiated codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Codec should be undefined after negotiating away the currently set codec on an audio sender]
expected: FAIL
[Codec should be undefined after negotiating away the currently set codec on a video sender]
expected: FAIL
[Creating an audio sender with addTransceiver and non-existing codec type should throw OperationError]
expected: FAIL
[Creating a video sender with addTransceiver and non-existing codec type should throw OperationError]
expected: FAIL
[Stats output-rtp should match the selected codec in simulcast usecase on a video sender]
expected: FAIL
[Stats output-rtp should match the selected mixed codecs in simulcast usecase on a video sender]
expected: FAIL
|