Skip to content

audiobridge: add "admin_key" to create and rtp forward APIs #86

audiobridge: add "admin_key" to create and rtp forward APIs

audiobridge: add "admin_key" to create and rtp forward APIs #86

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