feat: implement phase2 player isolation and media config
This commit is contained in:
@@ -77,6 +77,17 @@ describe('SettingsMenu', () => {
|
||||
audioTrack: 'Audio Track',
|
||||
settings: 'Settings',
|
||||
level: 'Level',
|
||||
play: 'Play',
|
||||
pause: 'Pause',
|
||||
mute: 'Mute',
|
||||
unmute: 'Unmute',
|
||||
enterFullscreen: 'Enter fullscreen',
|
||||
exitFullscreen: 'Exit fullscreen',
|
||||
enterPictureInPicture: 'Enter picture-in-picture',
|
||||
exitPictureInPicture: 'Exit picture-in-picture',
|
||||
videoProgress: 'Video progress',
|
||||
volume: 'Volume',
|
||||
live: 'LIVE',
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user