xdk-device-sky-soip-contrib
@accedo/xdk-device-sky-soip-contrib
Accedo Build XDK Device Package - Sky SOIP
Instalation
$ npm i @accedo/xdk-device-sky-soip-contrib
Usage
import  sky, {ID as SKY}  from '@accedo/xdk-device-sky-soip-contrib' ;
// Setup the device configuration
tizen.addPlayer(
  // imported player config
);
// include the device configuration into the packages to be detected and loaded
const devices = {
  packages: [
    // ...
    sky
    // ...
  ],
  detail: {
    [SKY]: [
      extensions: [
        // add extensions
      ]
    ]
  }