Pass | setParameters with degradationPreference set should succeed on video transceiver | Asserts runPass | assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:16:3) | Pass | assert_equals("maintain-framerate", "maintain-framerate")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:22:3) | Pass | assert_equals("maintain-resolution", "maintain-resolution")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:27:3) | Pass | assert_equals("balanced", "balanced")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:32:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:37:3) |
|
Pass | setParameters with degradationPreference unset should succeed on video transceiver | Asserts runPass | assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:47:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:55:3) |
|
Pass | setParameters with invalid degradationPreference should throw TypeError on video transceiver | Asserts runNo asserts ran |
Pass | setParameters with degradationPreference set should succeed on audio transceiver | Asserts runPass | assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:76:3) | Pass | assert_equals("maintain-framerate", "maintain-framerate")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:82:3) | Pass | assert_equals("maintain-resolution", "maintain-resolution")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:87:3) | Pass | assert_equals("balanced", "balanced")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:92:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:97:3) |
|
Pass | setParameters with degradationPreference unset should succeed on audio transceiver | Asserts runPass | assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:107:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:115:3) |
|
Pass | setParameters with invalid degradationPreference should throw TypeError on audio transceiver | Asserts runNo asserts ran |