Skip to content

audiobridge: add mute/unmute API and expose "configured" as an emitte… #48

audiobridge: add mute/unmute API and expose "configured" as an emitte…

audiobridge: add mute/unmute API and expose "configured" as an emitte… #48

Workflow file for this run

name: janode-ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint