-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Open modal to join screen share requests from GuidesPlus agents #6654
Conversation
- Move actions to libs/actions/User - Add translations
Updated, thanks. I'm seeing a warning for the propTypes in the console that makes 0 sense when I receive the push notification:
|
Ah we'll need to use only screenShareRequest: PropTypes.shape({
/** Access token required to join a screen share room, generated by the backend */
accessToken: PropTypes.string,
/** Name of the screen share room to join */
roomName: PropTypes.string,
}), because |
Oooh got it, thanks, that makes sense. The PR is updated, but still on hold. |
Ok this is ready to go, the PR it depended on is on production on Web-E now. I also fixed the conflict in this PR. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @marcochavezf in version: 1.1.20-3 🚀
|
@francoisl, @marcochavezf Can you please validate this internally as well and check off |
Tested just now with @leminhphong, worked like a charm! |
🚀 Deployed to production by @Julesssss in version: 1.1.21-1 🚀
|
cc @tjferriss
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/184039
Tests
Needs the Web-E PR https://github.com/Expensify/Web-Expensify/pull/32573. Tests steps
QA Steps
Regular staging QA: make sure there are no regressions in NewDot potentially introduced by this PR.
Internal QA (since it requires EW access - I can do this part myself): follow QA steps from the Web-E PR.
Tested On
Screenshots
See the recording in https://github.com/Expensify/Web-Expensify/pull/32573 for the full flow