You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Description :
To enhance the conference experience in Coderspace, we need to implement a raise hand feature that allows participants to indicate when they have a doubt or question during a conference call. Additionally, we need to show UI notifications, such as toast messages π, in other participants' rooms to notify them about the raised hand.
Tasks:
Implement raise hand functionality πββοΈ: Create a raise hand button or icon within the conference interface that participants can click to indicate they have a doubt or question. Ensure that the raise hand action is captured and associated with the participant's user ID.
Handle raise hand events βοΈ: Establish a real-time connection using WebSockets or Socket.io to transmit raise hand events from the participant who raised their hand to other participants in the conference. Handle these events on the server and notify other participants about the raised hand.
Update UI with toast message π’: Design and implement a toast message component that displays a notification to other participants whenever someone raises their hand. The toast message should include relevant information such as the participant's name and their doubt or question.
Integrate UI notifications in conference rooms πΊ: Update the conference room UI to listen for raise hand events and display the toast message whenever a participant raises their hand. Ensure that the toast message is visible to all participants and is designed to be unobtrusive yet attention-grabbing.
Manage hand raising and lowering β: Implement functionality to track the status of participants' raised hands. Allow participants to lower their hand once their doubt or question has been addressed. Update the UI to reflect the current status of participants' raised hands.
By implementing the raise hand feature and UI notifications, we will improve communication and engagement during conferences in Coderspace, allowing participants to effectively address doubts and questions. The toast messages will provide immediate visibility to other participants, creating a collaborative and supportive environment. ππ€
The text was updated successfully, but these errors were encountered:
Can you please assign this issue to me, I'll try to solve this.
Thanks @DeexithParand2k2 for your interest
Before you start coding, please make sure you have successfully set up the project on your local environment and raise a PR if
you are done.
Task Description :

To enhance the conference experience in Coderspace, we need to implement a raise hand feature that allows participants to indicate when they have a doubt or question during a conference call. Additionally, we need to show UI notifications, such as toast messages π, in other participants' rooms to notify them about the raised hand.
Tasks:
Implement raise hand functionality πββοΈ: Create a raise hand button or icon within the conference interface that participants can click to indicate they have a doubt or question. Ensure that the raise hand action is captured and associated with the participant's user ID.
Handle raise hand events βοΈ: Establish a real-time connection using WebSockets or Socket.io to transmit raise hand events from the participant who raised their hand to other participants in the conference. Handle these events on the server and notify other participants about the raised hand.
Update UI with toast message π’: Design and implement a toast message component that displays a notification to other participants whenever someone raises their hand. The toast message should include relevant information such as the participant's name and their doubt or question.
Integrate UI notifications in conference rooms πΊ: Update the conference room UI to listen for raise hand events and display the toast message whenever a participant raises their hand. Ensure that the toast message is visible to all participants and is designed to be unobtrusive yet attention-grabbing.
Manage hand raising and lowering β: Implement functionality to track the status of participants' raised hands. Allow participants to lower their hand once their doubt or question has been addressed. Update the UI to reflect the current status of participants' raised hands.
By implementing the raise hand feature and UI notifications, we will improve communication and engagement during conferences in Coderspace, allowing participants to effectively address doubts and questions. The toast messages will provide immediate visibility to other participants, creating a collaborative and supportive environment. ππ€
The text was updated successfully, but these errors were encountered: