mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
feat: add coturn changes
This commit is contained in:
parent
7e438ad049
commit
fde2940e53
11 changed files with 421 additions and 63 deletions
|
|
@ -18,6 +18,7 @@ from api.routes.service_keys import router as service_keys_router
|
|||
from api.routes.superuser import router as superuser_router
|
||||
from api.routes.telephony import router as telephony_router
|
||||
from api.routes.tool import router as tool_router
|
||||
from api.routes.turn_credentials import router as turn_credentials_router
|
||||
from api.routes.user import router as user_router
|
||||
from api.routes.webrtc_signaling import router as webrtc_signaling_router
|
||||
from api.routes.workflow import router as workflow_router
|
||||
|
|
@ -43,6 +44,7 @@ router.include_router(looptalk_router)
|
|||
router.include_router(organization_usage_router)
|
||||
router.include_router(reports_router)
|
||||
router.include_router(webrtc_signaling_router)
|
||||
router.include_router(turn_credentials_router)
|
||||
router.include_router(public_embed_router)
|
||||
router.include_router(public_agent_router)
|
||||
router.include_router(public_download_router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue