fix: prevents crash from occurring when using the selected video track with resolution type (#3664)
* fix: fix video resolution track native crash error * fix: fix type error
This commit is contained in:
@@ -81,7 +81,7 @@ type SelectedVideoTrackType = WithDefault<string, 'auto'>;
|
||||
|
||||
type SelectedVideoTrack = Readonly<{
|
||||
type?: SelectedVideoTrackType;
|
||||
value?: Int32;
|
||||
value?: string;
|
||||
}>;
|
||||
|
||||
export type Seek = Readonly<{
|
||||
|
Reference in New Issue
Block a user