gecko-dev/testing/web-platform/meta/webrtc/RTCRtpTransceiver-setCodecPreferences.html.ini
2018-01-09 14:46:30 +00:00

29 lines
1.1 KiB
INI

[RTCRtpTransceiver-setCodecPreferences.html]
[setCodecPreferences() on audio transceiver with codecs returned from RTCRtpSender.getCapabilities('audio') should succeed]
expected: FAIL
[setCodecPreferences() on video transceiver with codecs returned from RTCRtpReceiver.getCapabilities('video') should succeed]
expected: FAIL
[setCodecPreferences() with both sender receiver codecs combined should succeed]
expected: FAIL
[setCodecPreferences([\]) should succeed]
expected: FAIL
[setCodecPreferences() with reordered codecs should succeed]
expected: FAIL
[setCodecPreferences() on audio transceiver with codecs returned from getCapabilities('video') should throw InvalidAccessError]
expected: FAIL
[setCodecPreferences() with user defined codec should throw InvalidAccessError]
expected: FAIL
[setCodecPreferences() with user defined codec together with codecs returned from getCapabilities() should throw InvalidAccessError]
expected: FAIL
[setCodecPreferences() with modified codecs returned from getCapabilities() should throw InvalidAccessError]
expected: FAIL