Source code

Revision control

Copy as Markdown

Other Tools

[script-transform-generateKeyFrame.https.html]
expected:
if (os_version == "14") and not sessionHistoryInParent and debug: [OK, TIMEOUT]
if (os_version == "14") and not sessionHistoryInParent and not debug: [OK, CRASH, TIMEOUT]
if (os_version == "24.04") and not debug: [OK, CRASH]
if (os_version == "14") and sessionHistoryInParent: [OK, TIMEOUT]
if os_version == "7.0": [OK, TIMEOUT]
if os_version == "18.04": [OK, CRASH]
[generateKeyFrame() throws for audio]
expected:
if (os == "win") and not debug: [PASS, FAIL]
[generateKeyFrame(null) resolves for video sender, and throws for video receiver]
bug: 1709960
[generateKeyFrame throws NotAllowedError for invalid rid]
bug: 1709960
[generateKeyFrame throws NotFoundError for unknown rid]
bug: 1709960
[generateKeyFrame timestamp should advance]
bug: 1709960
[await generateKeyFrame, await generateKeyFrame should see an increase in count of keyframes]
bug: 1709960