From 336eb44dc6061dad9cdc3382eb05d0a0effbef64 Mon Sep 17 00:00:00 2001 From: YangJH Date: Wed, 24 Jan 2024 06:14:21 +0900 Subject: [PATCH] fix: fix typo (#3497) --- src/types/video.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/video.ts b/src/types/video.ts index 48a8c350..415c69c5 100644 --- a/src/types/video.ts +++ b/src/types/video.ts @@ -84,10 +84,10 @@ export type SelectedTrack = { }; export enum SelectedVideoTrackType { - AUDO = 'auto', + AUTO = 'auto', DISABLED = 'disabled', RESOLUTION = 'resolution', - IUNDEX = 'index', + INDEX = 'index', } export type SelectedVideoTrack = {