Pass | setting direction should change transceiver.direction | Asserts runPass | assert_equals("sendrecv", "sendrecv")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:32:5) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:33:5) | Pass | assert_equals("recvonly", "recvonly")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:36:5) | Pass | assert_equals(null, null, "Expect transceiver.currentDirection to not change")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:37:5) |
|
Pass | setting direction with same direction should have no effect | Asserts runPass | assert_equals("sendonly", "sendonly")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:50:5) | Pass | assert_equals("sendonly", "sendonly")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:52:5) |
|
Pass | setting direction should change transceiver.direction independent of transceiver.currentDirection | Asserts runPass | assert_equals("recvonly", "recvonly")
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:60:5) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:61:5) | Pass | assert_equals("inactive", "inactive")
at /webrtc/RTCRtpTransceiver-direction.html:69:7 | Pass | assert_equals("sendrecv", "sendrecv")
at /webrtc/RTCRtpTransceiver-direction.html:71:7 | Pass | assert_equals("inactive", "inactive")
at /webrtc/RTCRtpTransceiver-direction.html:72:7 |
|