From b31837bd5253c772de38dc0d0fadfdba5a1903bf Mon Sep 17 00:00:00 2001 From: MetaMuffin Date: Fri, 6 Aug 2021 19:25:57 +0200 Subject: Added mute and mic gain --- source/client/logger.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/client/logger.ts') diff --git a/source/client/logger.ts b/source/client/logger.ts index 9960c70..637f5c0 100644 --- a/source/client/logger.ts +++ b/source/client/logger.ts @@ -2,10 +2,10 @@ export type LogTag = "webrtc" | "ws" | "media" | "*" | "misc" const log_tag_color: { [key in LogTag]: string } = { "*": "#FF0000", - webrtc: "#990099", - media: "#999900", - ws: "#009999", - misc: "#000099", + webrtc: "#FF00FF", + media: "#FFFF00", + ws: "#00FFFF", + misc: "#2222FF", } // TODO maybe log time aswell -- cgit v1.2.3-70-g09d2