diff --git a/Project/package-lock.json b/Project/package-lock.json index bb83cd2..b44804b 100644 --- a/Project/package-lock.json +++ b/Project/package-lock.json @@ -8,7 +8,7 @@ "name": "ACSCallingSample", "version": "1.0.0", "dependencies": { - "@azure/communication-calling": "1.34.1-beta.2", + "@azure/communication-calling": "1.35.1-beta.1", "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-common": "^2.3.0", "@azure/communication-identity": "^1.3.0", @@ -69,9 +69,9 @@ } }, "node_modules/@azure/communication-calling": { - "version": "1.34.1-beta.2", - "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.34.1-beta.2.tgz", - "integrity": "sha512-rh2JHu4UekXq/Gc/+hF3i2VCLpZYa6fAl7++ByIG0gp6jUoFkFQfi3wT8ziZbAcp1AbSh7BNy9TQKTQr5V1tzg==", + "version": "1.35.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.35.1-beta.1.tgz", + "integrity": "sha512-14+XcbkvaGTcYBCjutsGjyF8e5dMWoEJZOg8v9mnU/DX5Xz6ve+8Eqk9a+BqVmlgZHG02y/EHqzt+foyOPw4ow==", "dependencies": { "@azure/communication-common": "^2.3.0", "@azure/logger": "^1.0.3" diff --git a/Project/package.json b/Project/package.json index 643548d..70ab692 100644 --- a/Project/package.json +++ b/Project/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@azure/communication-calling": "1.34.1-beta.2", + "@azure/communication-calling": "1.35.1-beta.1", "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-common": "^2.3.0", "@azure/communication-identity": "^1.3.0", diff --git a/Project/src/App.css b/Project/src/App.css index f365e89..c610f22 100644 --- a/Project/src/App.css +++ b/Project/src/App.css @@ -215,6 +215,8 @@ ul { } .participant-item { + display: flex; + flex-wrap: wrap; padding-top: 2em; padding-bottom: 2em; padding-left: 1em; diff --git a/Project/src/MakeCall/CallCard.js b/Project/src/MakeCall/CallCard.js index fb9dcdf..4222d2d 100644 --- a/Project/src/MakeCall/CallCard.js +++ b/Project/src/MakeCall/CallCard.js @@ -1506,22 +1506,24 @@ export default class CallCard extends React.Component { } -