Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.04 KB

File metadata and controls

52 lines (34 loc) · 1.04 KB

Features

Side Menu

This player has the side menu feature like share, download and etc based input config provided.

****

  • Share:
    This share feature is used to help share content link. and the default value is true.\

    sample config to enable is
    ****

    "config": { 
        "sideMenu": { 
          "showShare": true, // show/hide share button in side menu. default value is false     
        }
    }
    


    \

  • Download
    ****This download feature helps to download content and the default value is true.\

    sample config to enable is
    ****

    "config": {
         "sideMenu": {      
          "showDownload": true, // show/hide download button in side menu. default value is true  
        }
    }
    

    ****
    ****