blob: 14f92d9b427baf0df07b745bdda3af3281acc82e (
plain)
1
2
3
4
5
6
7
8
9
|
[rtp-stats-creation.html]
expected:
if debug and (os == "android") and fission: [OK, TIMEOUT]
if debug and (os == "win") and not swgl: [OK, TIMEOUT]
if debug and (os == "mac"): [OK, TIMEOUT]
[No RTCInboundRtpStreamStats exist until packets have been received]
expected:
if (os == "win") and debug and not swgl: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
|