Check the mirror button in the video example above and see the Nuevo plugin setup code example below with the mirror option enabled.
Code snippet
<script>const player = videojs('my_player', {license:"key", mirrorButton: true});player.nuevo();</script>Code snippet
<script>var player = videojs('example_video_1', {license:"key"});player.nuevo({mirrorButton: true});</script>