Pass | RTCRtpReceiver should have a null transport initially | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:13:5) |
|
Pass | RTCRtpReceiver should have a transport after sLD(offer) | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:21:5) |
|
Pass | RTCRtpReceiver should have a null transport after rollback of sLD(offer) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:30:5) |
|
Pass | RTCRtpReceiver should have a null transport after sRD(offer) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:41:5) |
|
Pass | RTCRtpReceiver should have the same transport object as its corresponding RTCRtpSender | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:49:5) | Pass | assert_true(true)
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:50:5) | Pass | assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:51:5) |
|
Pass | RTCRtpReceivers that share a bundle transport should have the same transport object | Asserts runPass | assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:60:5) |
|
Pass | RTCRtpReceivers that do not necessarily share a bundle transport should not have the same transport object | Asserts runPass | assert_not_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:71:5) | Pass | assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:75:5) |
|
Pass | RTCRtpReceiver should have the same transport object after an ICE restart | Asserts runPass | assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:93:5) |
|