-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(video): add rules module to sendNotification() method & push video #881
Conversation
madhur-push
commented
Nov 24, 2023
•
edited
Loading
edited
- Add changes in sendNotification, Video SDK
- Incorporate changes in backend-sdk, frontend-sdk example apps
- Add test case for video
All looks good. |
File: packages/restapi/src/lib/payloads/constants.ts
File: packages/restapi/src/lib/payloads/helpers.ts
File: packages/restapi/src/lib/payloads/sendNotifications.ts
File: packages/restapi/src/lib/payloads/types/index.ts
File: packages/restapi/src/lib/video/helpers/sendVideoCallNotification.ts
All looks good. |
File: packages/examples/sdk-backend-node/chat/chat.lowlevel.ts
File: packages/examples/sdk-frontend/pages/video.tsx
File: packages/restapi/src/lib/payloads/constants.ts
All other code files look good. |
File: packages/examples/sdk-backend-node/chat/chat.lowlevel.ts
File: packages/examples/sdk-frontend/pages/video.tsx
File: packages/restapi/src/lib/payloads/constants.ts
Overall, the code seems to be missing some closing braces and there are a few incorrect import statements. Please make the necessary changes based on the above points. |
In the file
In the file
Overall, there are some syntax errors, missing closing braces, and unused code in the provided files. After addressing these issues, the code should be reviewed again for logic and functionality. |
@mohammeds1992 We need to hold the merge for this PR, this needs BE changes to be reviewed and merged first. BE PR: https://github.com/ethereum-push-notification-service/push-storage-node/pull/1368 cc: @Aman035 |
In the file
In the file
In the file
|