export interface StreamOptionsServer { id: string; audioActive: boolean; frameRate: number; videoActive: boolean; typeOfVideo: string; }