/** * @group Interfaces */ export default interface LiveConfiguration { /** * The number of milliseconds that the playback should lag * behind the "live edge". */ liveEdgeLatencyMs?: number; }