{
  "default_server_config": {
    "m.homeserver": {
      "base_url": "https://matrix.lucid-dreams.space",
      "server_name": "matrix.lucid-dreams.space"
    }
  },
  "livekit": {
    "livekit_service_url": "https://matrix.lucid-dreams.space/livekit"
  },
  "media_quality": {
    "video_codec": "vp9",
    "video": {
      "max_resolution": 1080,
      "max_bitrate": 3000000,
      "max_framerate": 30
    },
    "screen_share": {
      "max_resolution": 1080,
      "max_bitrate": 6000000,
      "max_framerate": 60
    }
  },
  "features": {
    "feature_encryption": true
  },
  "matrix_rtc_mode": "compatibility",
  "matrix_rtc_session": {
    "wait_for_key_rotation_ms": 3000,
    "membership_event_expiry_ms": 180000000,
    "network_error_retry_ms": 100
  }
}
