export interface HMSMediaSettings { audioInputDeviceId: string; videoInputDeviceId: string; audioOutputDeviceId?: string; maxTileCount?: number; }