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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {