support list conference (#321)

* support list conference

* add test case

* fix conference action requires tag

* fix failing test case
This commit is contained in:
Hoan Luu Huu
2024-05-28 21:31:16 +07:00
committed by GitHub
parent 82c16380f5
commit dbbc894832
7 changed files with 71 additions and 10 deletions

4
app.js
View File

@@ -46,7 +46,8 @@ const {
addKey,
retrieveKey,
deleteKey,
incrKey
incrKey,
listConferences
} = require('./lib/helpers/realtimedb-helpers');
const {
getTtsVoices,
@@ -88,6 +89,7 @@ app.locals = {
deleteCall,
listCalls,
listSortedSets,
listConferences,
purgeCalls,
retrieveSet,
addKey,