eko-voip
v2.4.0
Published
Eko Voip repository
Maintainers
Readme
Eko VOIP
Eko VOIP was designed to be a purely functional integration with our backend VOIP interface. We use a subscribe-subscription model to keep you updated about call events.
Run Locally
Clone the project
git clone https://github.com/EkoCommunications/EkoVOIPWeb.gitGo to the project directory
cd EkoVOIPWebInstall dependencies
npm ciCreate a symlink from your parents project directory
npm link ../EkoVOIPWebStart the webpack compiler
npm run start
- or -
yarn start // better use yarn if your parent project running with npmAgora SDK
NOTE
DO NOT go for
- .babelrc
- .eslintrc With npm link Webpack resolves symlinks to their real locations by default, thus breaks ESLint / Babel config lookup.
Publish package
Ask your teammates for npm package manager credentials
npm loginAfter logged in
npm run buildPublish package
npm run build:publish
npm publishRoadmap
- Add more test
