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

Add WebRTC feature. #10

Merged
merged 12 commits into from
Oct 20, 2024
Merged

Add WebRTC feature. #10

merged 12 commits into from
Oct 20, 2024

Conversation

SloMR
Copy link
Owner

@SloMR SloMR commented Oct 20, 2024

Client:

  • Create new services.
  • Add WebRTC.
  • Apply WebRTC.
  • Bump build 0.3.0

Server:

  • Remove sending messages.
  • Remove sending attachments.

Solved issues:

- Split every service to be alone.
- update the send file transfer and send message to be through webrtc.
- Split the services and focus on only the WebSocket functionality here.
- This will handle the signaling and sending the attachments along with the messages.
- Handle the user name.
- This will handle all the room (channels) related services from the WebSocket.
- We will handle all the chat related services such as sending messages, getting the user name and system messages.
- Here we will handle the attachments sending and receiving along with the accept signal's and declines.
- Here after we implement the WebRTC we will remove some unwanted functionalities such as sending attachments and messages.
Client: 0.3.0
Server: 0.3.0
@SloMR SloMR added enhancement New feature or request good first issue labels Oct 20, 2024
@SloMR SloMR self-assigned this Oct 20, 2024
@SloMR SloMR added the feature Creating a new feature label Oct 20, 2024
@SloMR SloMR merged commit f014b66 into main Oct 20, 2024
2 checks passed
@SloMR SloMR deleted the AddWebRTC branch October 20, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Creating a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant