-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from AgoraIO-Community/feature/2.9.40-special.1
Feature/2.9.40 special.1
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule agora-classroom-sdk
updated
62 files
Submodule agora-plugin-gallery
updated
103 files
Submodule fcr-ui-kit
updated
17 files
Submodule fcr-ui-scene
updated
14 files
+18 −10 | src/containers/action-bar/group/index.tsx | |
+6 −2 | src/containers/action-bar/leave/index.tsx | |
+18 −3 | src/containers/breakout-room/ask-help-list.tsx | |
+276 −99 | src/containers/breakout-room/grouping.tsx | |
+216 −52 | src/containers/breakout-room/index.css | |
+47 −4 | src/containers/stream-window/index.tsx | |
+2 −0 | src/extension/board.ts | |
+2 −2 | src/extension/events.ts | |
+19 −2 | src/resources/translations/enUs.ts | |
+18 −1 | src/resources/translations/zhCn.ts | |
+2 −2 | src/uistores/action-bar.ts | |
+318 −58 | src/uistores/breakout.ts | |
+11 −7 | src/uistores/getters.ts | |
+15 −0 | src/uistores/stream.ts |