{ "server": { "port": 3232, "ssl": true, "rejectUnauthorized": false }, "webrtc": { "iceServers": [ { "urls": "stun:stun.l.google.com:19302" }, { "urls": "stun:stun1.l.google.com:19302" } ] }, "ui": { "maxUsernameLength": 20, "defaultTheme": "light", "showSelfViewByDefault": false }, "media": { "defaultVideoEnabled": true, "defaultAudioEnabled": true, "videoConstraints": { "video": { "width": { "ideal": 640, "max": 1280 }, "height": { "ideal": 480, "max": 720 }, "frameRate": { "ideal": 15, "max": 30 } }, "audio": { "echoCancellation": true, "noiseSuppression": true, "autoGainControl": true } }, "adaptiveQuality": { "enabled": true, "profiles": { "low": { "width": 320, "height": 240, "frameRate": 10, "bitrate": 150000 }, "medium": { "width": 640, "height": 480, "frameRate": 15, "bitrate": 500000 }, "high": { "width": 1280, "height": 720, "frameRate": 30, "bitrate": 1500000 } }, "defaultProfile": "medium" } }, "performance": { "maxConnections": 8, "enableStats": true, "statsInterval": 5000, "connectionTimeout": 30000, "iceGatheringTimeout": 10000 }, "chat": { "enabled": true, "maxMessageLength": 500, "maxHistoryLength": 1000, "showTimestamps": true, "allowEmoji": true, "autoScroll": true } }