fix: fix typo (#3497)

This commit is contained in:
YangJH
2024-01-24 06:14:21 +09:00
committed by GitHub
parent 3858a15b42
commit 336eb44dc6

View File

@@ -84,10 +84,10 @@ export type SelectedTrack = {
}; };
export enum SelectedVideoTrackType { export enum SelectedVideoTrackType {
AUDO = 'auto', AUTO = 'auto',
DISABLED = 'disabled', DISABLED = 'disabled',
RESOLUTION = 'resolution', RESOLUTION = 'resolution',
IUNDEX = 'index', INDEX = 'index',
} }
export type SelectedVideoTrack = { export type SelectedVideoTrack = {