import React from 'react'; import { Typography, Row, Col } from 'antd'; import VideoVariantsTable from '../components/config/video-variants-table'; import VideoLatency from '../components/config/video-latency'; const { Title } = Typography; export default function ConfigVideoSettings() { return (
Before changing your video configuration{' '} visit the video documentation to learn how it impacts your stream performance.