feat(dialout) check appId for permission to call outbound destination (#12871)

This commit is contained in:
Mihaela Dumitru
2023-02-07 16:18:27 +02:00
committed by GitHub
parent 3e59359563
commit 84221c5c13
5 changed files with 74 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
"include": ["react/features/**/*.ts", "react/features/**/*.tsx", "./custom.d.ts", "./globals.d.ts"],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "es6",
"target": "es6",
"module": "es2020",
"target": "es2020",
"jsx": "react",
"lib": [ "webworker", "ES2020", "DOM" ],
"skipLibCheck": true,