fix: fix typo (#3497)
This commit is contained in:
parent
3858a15b42
commit
336eb44dc6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user