Source code

Revision control

Copy as Markdown

Other Tools

[RTCRtpTransceiver-setCodecPreferences.html]
[setCodecPreferences() can remove rtx]
expected: FAIL
[setCodecPreferences() filters on receiver and prefers receiver order]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[setCodecPreferences() should allow setting H264 as first codec]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[setCodecPreferences() modifies the order of video codecs in createOffer]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[setCodecPreferences() with only H264 should succeed]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]