summary refs log tree commit diff
path: root/webrtc/src/test.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
commitdb14548bd4a5281f9a6e103cdc3ae1848c625ab4 (patch)
tree6f947eb6277c61c16c3488fcffa4e256bf4ed65c /webrtc/src/test.ts
parentMerge branch 'webrtc' (diff)
downloadserver-db14548bd4a5281f9a6e103cdc3ae1848c625ab4.tar.xz
:sparkles: webrtc
Diffstat (limited to 'webrtc/src/test.ts')
-rw-r--r--webrtc/src/test.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/webrtc/src/test.ts b/webrtc/src/test.ts
new file mode 100644

index 00000000..df407b56 --- /dev/null +++ b/webrtc/src/test.ts
@@ -0,0 +1,8 @@ +import { getSupportedRtpCapabilities } from "mediasoup"; + +async function test() { + console.log(getSupportedRtpCapabilities()); +} +setTimeout(() => {}, 1000000); + +test();