Skip to content

Commit

Permalink
fix: fix typo (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJonghun committed Jan 23, 2024
1 parent 3858a15 commit 336eb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 336eb44

Please sign in to comment.