# V2

### Overview

The V2 version of the content players are designed to be lighter, deliver better performance & to be specific to the requirement.

<figure><img src="https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FdcmFL2vJisOg7RN2qN7E%2FPlayer%20Overview.png?alt=media&#x26;token=28f8d146-ecd8-49bd-835b-c8d5c09c28e7" alt=""><figcaption></figcaption></figure>

Below are the players for the V2 version:

{% content-ref url="v2/pdf-player" %}
[pdf-player](https://knowlg.sunbird.org/learn/product-and-developer-guide/player/v2/pdf-player)
{% endcontent-ref %}

{% content-ref url="v2/epub-player" %}
[epub-player](https://knowlg.sunbird.org/learn/product-and-developer-guide/player/v2/epub-player)
{% endcontent-ref %}

{% content-ref url="v2/video-player" %}
[video-player](https://knowlg.sunbird.org/learn/product-and-developer-guide/player/v2/video-player)
{% endcontent-ref %}

**Default Features**

<details>

<summary>Side Menu</summary>

In the side menu, one can configure additional capabilities such as 'Share', 'Download'xt and 'Print'. \
![](https://1767651289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaanfWbeVT74C5lXDPde3%2Fuploads%2FDOjRWUisWs45vmZ4tbkz%2FpdfPlayerV2Sidemenu.png?alt=media\&token=1d9339a2-c0cb-4cf0-8c76-1b7b3e1f7c72)

Sample config:

```
"config": {  
    "sideMenu": { 
      "showShare": true, // show/hide share button in side menu. default value is true
      "showDownload": true, // show/hide download button in side menu. default value is true
      "showExit": false, // show/hide exit button in side menu. default value is false
      "showPrint": true // show/hide print button in side menu. default value is true
    }
}
```

</details>
