| OLD | NEW |
| (Empty) | |
| 1 Tests that an RTCPeerConnection can signal that remote streams are added and rem
oved. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile
dUnexpectedly); did not throw exception. |
| 7 PASS remote stream was added |
| 8 PASS event.stream.getVideoTracks().length is 1 |
| 9 PASS event.stream.getAudioTracks().length is 1 |
| 10 PASS requestSucceeded was called. |
| 11 PASS pc.getRemoteStreams().length is 1 |
| 12 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile
dUnexpectedly); did not throw exception. |
| 13 PASS remote stream was removed |
| 14 PASS event.stream.getVideoTracks().length is 0 |
| 15 PASS event.stream.getAudioTracks().length is 0 |
| 16 PASS requestSucceeded was called. |
| 17 PASS pc.getRemoteStreams().length is 0 |
| 18 PASS successfullyParsed is true |
| 19 |
| 20 TEST COMPLETE |
| 21 |
| OLD | NEW |