Skip to content
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: display statusPage on videoCall quit #1030

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

pnboliveira
Copy link
Contributor

@pnboliveira pnboliveira commented Apr 4, 2024

Fixes #

Proposed Changes

Clickup: https://app.clickup.com/t/6656196/TSYSTEMS-130

Copy link

what-the-diff bot commented Apr 4, 2024

PR Summary

  • Introduction of New State Variables
    Two new state variables, joined and quitted, have been introduced in the VideoCall.tsx file. These variables will help manage the state of video conference participants, knowing if they have joined or left the conference.
  • Addition of Event Listeners
    Event listeners for videoConferenceJoined and videoConferenceLeft have been added. These listeners will trigger specific actions once a participant joins or leaves a conference.
  • New Callback Functions
    New callback functions, handleConferenceJoined and handleConferenceLeft, are implemented. These functions will update the state variables accordingly when a conference is joined or left.
  • Removal of Event Listeners
    The previously introduced event listeners for videoConferenceJoined and videoConferenceLeft have been removed after accomplishing their task.
  • Update of Return Statement
    The return statement has been updated to conditionally render the StatusPage component based on the quitted state variable. As a result, the application will present different screens depending on whether a user has left the conference or not.

Copy link

sonarcloud bot commented Apr 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@pnboliveira pnboliveira marked this pull request as ready for review April 5, 2024 18:09
@pnboliveira pnboliveira requested a review from web-mi April 5, 2024 18:09
@pnboliveira pnboliveira merged commit fbbad0b into develop Apr 9, 2024
8 checks passed
@pnboliveira pnboliveira deleted the fix/TSYSTEMS-130_different_font_family branch April 9, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants