Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/communication calling server preview #18462

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fbbd2c5
Update apis based on new swagger.
zihzhan-msft Oct 14, 2021
61876eb
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Oct 15, 2021
930d374
Add CallConnection live test.
zihzhan-msft Oct 16, 2021
e2dc6d5
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Oct 27, 2021
821b738
Update to latest version of 11-15 swagger.
zihzhan-msft Oct 28, 2021
4aae393
Change CallConnection from object to interface.
zihzhan-msft Oct 29, 2021
a9e1a75
Update Base64 decode encode method to fix test.
zihzhan-msft Oct 29, 2021
876cd01
Add comments for interface methods.
zihzhan-msft Nov 1, 2021
0bcf582
Fix api.md warning. update apis, add comments, refactoring
zihzhan-msft Nov 2, 2021
e98fd2e
Remove C-A apis params validation in SDK.
zihzhan-msft Nov 2, 2021
6628520
Remove every optional element from the methods and include them in th…
zihzhan-msft Nov 2, 2021
cb15a7b
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Nov 2, 2021
c8839e5
update api.md
zihzhan-msft Nov 2, 2021
c92d656
Fix style check error.
zihzhan-msft Nov 2, 2021
436840f
Fix style check error.
zihzhan-msft Nov 2, 2021
8b4f8fb
clean up empty files.
zihzhan-msft Nov 2, 2021
222855c
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Nov 2, 2021
41948f9
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Nov 2, 2021
c4202a1
Update format and live test, let build pass.
zihzhan-msft Nov 2, 2021
7625d2b
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Nov 2, 2021
df654d8
Merge branch 'feature/communication-CallingServer-preview' of https:/…
zihzhan-msft Nov 2, 2021
dd31b42
Fix call automation live test
zihzhan-msft Nov 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion sdk/communication/communication-callingserver/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ module.exports = function(config) {
// inject following environment values into browser testing with window.__env__
// environment values MUST be exported or set with same console running "karma start"
// https://www.npmjs.com/package/karma-env-preprocessor
envPreprocessor: ["TEST_MODE", "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING", "BASE_URL"],
envPreprocessor: [
"TEST_MODE",
"AZURE_PHONE_NUMBER",
"COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING",
"BASE_URL"
],

// test results reporter to use
// possible values: 'dots', 'progress'
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-callingserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prebuild": "npm run clean",
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
"test": "npm run build:test && npm run unit-test && npm run integration-test",
"test": "npm run clean && npm run build:test && npm run unit-test",
"unit-test:browser": "karma start --single-run",
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading