Skip to content

Commit a4fb510

Browse files
Update lock file to include latest rooms sdk for collaborator role (#5842)
* Update lock file to include latest rooms sdk for collaborator role * Change files * linter is always right
1 parent 8813137 commit a4fb510

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "Rooms",
5+
"comment": "Update communication-rooms version to support collaborator role",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "Rooms",
5+
"comment": "Update communication-rooms version to support collaborator role",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/Calling/src/app/views/HomeScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const HomeScreen = (props: HomeScreenProps): JSX.Element => {
8888
const roomRoleOptions: IChoiceGroupOption[] = [
8989
{ key: 'Consumer', text: 'Consumer' },
9090
{ key: 'Presenter', text: 'Presenter' },
91+
{ key: 'Collaborator', text: 'Collaborator' },
9192
{ key: 'Attendee', text: 'Attendee' }
9293
];
9394

samples/Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"node-fetch": "2.6.7",
3838
"multer": "1.4.5-lts.1",
3939
"@types/multer": "^1.4.11",
40-
"@azure/communication-rooms": "1.1.0-beta.1 || ^1.1.0"
40+
"@azure/communication-rooms": "^1.2.0"
4141
},
4242
"devDependencies": {
4343
"@types/copy-webpack-plugin": "^6.4.0",

0 commit comments

Comments
 (0)