agora-appbuilder-core 4.0.11 → 4.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/_package-lock.json +1576 -1364
- package/template/agora-rn-uikit/package-lock.json +25024 -0
- package/template/android/app/src/main/assets/fonts/icomoon.ttf +0 -0
- package/template/android/link-assets-manifest.json +13 -0
- package/template/customization-api/sub-components.ts +4 -0
- package/template/customization-api/types.ts +6 -0
- package/template/defaultConfig.js +3 -0
- package/template/global.d.ts +3 -0
- package/template/ios/Podfile.lock +10 -0
- package/template/ios/link-assets-manifest.json +13 -0
- package/template/package-lock.json +57732 -0
- package/template/package.json +4 -0
- package/template/react-native-toast-message/package-lock.json +10553 -0
- package/template/src/app-state/useMessages.ts +49 -9
- package/template/src/assets/font-styles.css +289 -125
- package/template/src/assets/fonts/icomoon.ttf +0 -0
- package/template/src/assets/selection.json +1 -1
- package/template/src/atoms/ActionMenu.tsx +5 -2
- package/template/src/atoms/CustomIcon.tsx +17 -1
- package/template/src/atoms/ImageIcon.tsx +19 -3
- package/template/src/atoms/InlinePopup.tsx +185 -0
- package/template/src/atoms/Popup.tsx +13 -4
- package/template/src/auth/AuthProvider.tsx +5 -0
- package/template/src/auth/config.ts +12 -3
- package/template/src/components/Chat.tsx +7 -1
- package/template/src/components/ChatContext.ts +12 -0
- package/template/src/components/CommonStyles.ts +2 -2
- package/template/src/components/RTMConfigure.tsx +1 -0
- package/template/src/components/chat/chatConfigure.native.tsx +488 -0
- package/template/src/components/chat/chatConfigure.tsx +473 -0
- package/template/src/components/chat-messages/useChatMessages.tsx +411 -607
- package/template/src/components/chat-ui/useChatUIControls.tsx +53 -0
- package/template/src/components/meeting-info-invite/MeetingInfoGridTile.tsx +4 -1
- package/template/src/components/participants/Participant.tsx +0 -1
- package/template/src/components/precall/joinWaitingRoomBtn.native.tsx +6 -1
- package/template/src/components/precall/joinWaitingRoomBtn.tsx +6 -1
- package/template/src/components/room-info/useRoomInfo.tsx +5 -0
- package/template/src/language/default-labels/videoCallScreenLabels.ts +86 -6
- package/template/src/pages/VideoCall.tsx +2 -1
- package/template/src/pages/video-call/VideoCallScreenWrapper.tsx +22 -12
- package/template/src/pages/video-call/index.ts +8 -0
- package/template/src/subComponents/ChatBubble.tsx +252 -32
- package/template/src/subComponents/ChatContainer.tsx +14 -4
- package/template/src/subComponents/ChatInput.native.tsx +269 -0
- package/template/src/subComponents/ChatInput.tsx +276 -100
- package/template/src/subComponents/RemoteMutePopup.tsx +12 -131
- package/template/src/subComponents/caption/CaptionContainer.tsx +6 -2
- package/template/src/subComponents/chat/ChatActionMenu.tsx +224 -0
- package/template/src/subComponents/chat/ChatAttachment.native.tsx +234 -0
- package/template/src/subComponents/chat/ChatAttachment.tsx +145 -0
- package/template/src/subComponents/chat/ChatEmoji.native.tsx +75 -0
- package/template/src/subComponents/chat/ChatEmoji.tsx +181 -0
- package/template/src/subComponents/chat/ChatSendButton.tsx +141 -0
- package/template/src/subComponents/chat/ChatUploadStatus.tsx +65 -0
- package/template/src/subComponents/chat/ImagePopup.tsx +400 -0
- package/template/src/subComponents/recording/useRecording.tsx +3 -1
- package/template/src/utils/index.tsx +30 -0
- package/template/src/utils/useEndCall.ts +7 -0
- package/template/src/utils/useJoinRoom.ts +32 -0
- package/template/src/subComponents/ChatInput.ios.tsx +0 -184
package/template/package.json
CHANGED
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"@react-native-community/clipboard": "1.5.1",
|
|
60
60
|
"@supersami/rn-foreground-service": "^1.1.1",
|
|
61
61
|
"add": "^2.0.6",
|
|
62
|
+
"agora-chat": "^1.2.1",
|
|
62
63
|
"agora-extension-ai-denoiser": "1.1.0",
|
|
63
64
|
"agora-extension-virtual-background": "^1.1.3",
|
|
64
65
|
"agora-react-native-rtm": "1.5.1",
|
|
@@ -68,6 +69,8 @@
|
|
|
68
69
|
"electron-log": "4.3.5",
|
|
69
70
|
"electron-squirrel-startup": "1.0.0",
|
|
70
71
|
"electron-updater": "4.3.9",
|
|
72
|
+
"emoji-mart-native": "^0.6.5-beta",
|
|
73
|
+
"emoji-picker-react": "^4.7.1",
|
|
71
74
|
"exponential-backoff": "3.1.0",
|
|
72
75
|
"fetch-retry": "^5.0.6",
|
|
73
76
|
"graphql": "15.5.0",
|
|
@@ -84,6 +87,7 @@
|
|
|
84
87
|
"react-is": "18.0.0",
|
|
85
88
|
"react-native": "0.72.4",
|
|
86
89
|
"react-native-agora": "4.2.6-build.3-rc.1",
|
|
90
|
+
"react-native-agora-chat": "1.2.1",
|
|
87
91
|
"react-native-document-picker": "^9.1.0",
|
|
88
92
|
"react-native-exit-app": "1.1.0",
|
|
89
93
|
"react-native-fs": "^2.20.0",
|