From e63720743e3b726a2cfcda7a9c5ffa18067d7f25 Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 20 Oct 2021 09:17:25 +0900 Subject: prettier formatted /webrtc --- webrtc/src/Server.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webrtc/src') diff --git a/webrtc/src/Server.ts b/webrtc/src/Server.ts index 41ca65d1..6591691c 100644 --- a/webrtc/src/Server.ts +++ b/webrtc/src/Server.ts @@ -23,7 +23,11 @@ export class Server { ssrc: 1, ip: "127.0.0.1", port: 3004, - modes: ["xsalsa20_poly1305", "xsalsa20_poly1305_suffix", "xsalsa20_poly1305_lite"], + modes: [ + "xsalsa20_poly1305", + "xsalsa20_poly1305_suffix", + "xsalsa20_poly1305_lite", + ], heartbeat_interval: 1, }, }) -- cgit 1.5.1