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