Skip to content

Commit

Permalink
updating calling sample to use 1.10.0 (#210)
Browse files Browse the repository at this point in the history
* updating calling sample

* fixing updat sample changes

* removing additional artifacts from the porting process

* removing artifacts from cc process

* adding in back some of the hooks

* making changes to reduce unnecessary changes to updated sample

* fixing lint issues
  • Loading branch information
alkwa-msft authored Nov 11, 2023
1 parent 1d0c25d commit b9bb7af
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 414 deletions.
198 changes: 99 additions & 99 deletions Calling/package-lock.json

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

4 changes: 2 additions & 2 deletions Calling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"dependencies": {
"@azure/abort-controller": "^1.1.0",
"@azure/communication-calling": "^1.16.3",
"@azure/communication-calling": "^1.18.1",
"@azure/communication-common": "^2.2.1",
"@azure/communication-identity": "^1.2.0",
"@azure/communication-react": "1.9.0",
"@azure/communication-react": "^1.10.0",
"@azure/logger": "1.0.4",
"@babel/preset-react": "^7.12.7",
"@fluentui/react": "~8.110.4",
Expand Down
1 change: 0 additions & 1 deletion Calling/src/app/utils/AppUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ describe('ContosoUtils tests', () => {
test('createRandomDisplayName should return a valid string for a user id', () =>
expect(createRandomDisplayName()).toBeTruthy());
});
export {}; /*The above line is generated by conditional compilation, when no export detected after CC.*/
Loading

0 comments on commit b9bb7af

Please sign in to comment.