export type SimulcastStreamInfo = { rid: string; width: number; height: number; fps: number; bitrate: number; }; export type SimulcastInfo = { streams: SimulcastStreamInfo[]; };