exitFullscreenexitFullscreen(): Promise<void, Error>풀스크린 해제함수 예시player.exitFullscreen().then(function() { // the player exits fullscreen }).catch(function(error) { // an error occurred });