Remove unused vars

This commit is contained in:
Roman Drozd 2021-12-22 01:21:53 +01:00
parent fab0b61af9
commit 3bd40b4603

View file

@ -5,12 +5,6 @@ const userRoles = require('./access/roles');
const logger = new Logger('Peer');
// Recoding STATE
const RECORDING_STOP='stop';
const RECORDING_START='start';
const RECORDING_PAUSE='pause';
const RECORDING_RESUME='resume';
const RECORDING_TYPE_LOCAL='local';
class Peer extends EventEmitter