Source code

Revision control

Copy as Markdown

Other Tools

[RTCRtpReceiver-video-anyCodec.html]
[An RTCRtpReceiver is prepared to receive any negotiated codec.]
bug: 1709960
expected:
if (os == "win") and debug and (processor == "x86"): [PRECONDITION_FAILED, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, PRECONDITION_FAILED]
if (os == "mac") and debug: [PASS, PRECONDITION_FAILED]
if (os == "linux") and debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if os == "android": PASS
[PASS, PRECONDITION_FAILED]