OLD | NEW |
1 Tests RTCPeerConnection [add|remove]Stream. | 1 Tests RTCPeerConnection [add|remove]Stream. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS Got a stream. | 6 PASS Got a stream. |
7 PASS Got another stream. | 7 PASS Got another stream. |
8 PASS stream.id === stream2.id is false | 8 PASS stream.id === stream2.id is false |
9 PASS onAddStream was called. | 9 PASS onAddStream was called. |
10 PASS pc.getStreamById(stream.id) is stream | 10 PASS pc.getStreamById(stream.id) is stream |
11 PASS pc.getStreamById(stream2.id) is null | 11 PASS pc.getStreamById(stream2.id) is null |
12 PASS pc.getLocalStreams().length is 1 | 12 PASS pc.getLocalStreams().length is 1 |
13 PASS pc.getLocalStreams().length is 1 | 13 PASS pc.getLocalStreams().length is 1 |
14 PASS onRemoveStream was called. | 14 PASS onRemoveStream was called. |
15 PASS pc.getLocalStreams().length is 0 | 15 PASS pc.getLocalStreams().length is 0 |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |