This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Flam3rboy b1f3c9bc6a webrtc
2021-08-12 20:50:29 +02:00

9 lines
169 B
TypeScript

import { getSupportedRtpCapabilities } from "mediasoup";
async function test() {
console.log(getSupportedRtpCapabilities());
}
setTimeout(() => {}, 1000000);
test();