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

Fixes issue #26 #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

khushi-hura
Copy link
Contributor

I have tried to manage recording audios and sending them to peers.
There are three icon buttons working on this:

  1. Mic: On pressing mic, the sender is able to record audio.
  2. Pause: On pressing this button, the audio stops to record.
  3. Send: On pressing this button, the sender is able to send the audio to their peer chat as a media.

Looking forward to working on this issue more deeply after getting reviewed!

… app is set to deafult system them and I have added a toggle button in the home screen on pressing which the theme of the app changes.
@bhavik-mangla
Copy link
Contributor

Please refer to the contribution guidelines mentioned -
Steps to setup Open_Peer_Chat

  1. Fork the Repository

  2. Clone the Forked Repository

git clone https://github.com/YOUR_USERNAME/OpenPeerChat-flutter.git
cd OpenPeerChat-flutter

3)Setup the Main Repository as Upstream
git remote add upstream https://github.com/AOSSIE-Org/OpenPeerChat-flutter.git
git remote -v

4)Setup Latest Branch
git fetch upstream
git checkout gsoc-2024
git pull upstream gsoc-2024

5)Create a New Branch for Your Updates and Push Your Changes
git checkout -b gsoc-2025
git add .
git commit -m "Add: Your brief update description"
git push origin gsoc-2025

  1. Create a Pull Request with a detailed description and Submit for Review

The latest branch is gsoc-2024, and you are working on an older version

Also always include a video showcasing the changes you have made

@khushi-hura
Copy link
Contributor Author

@bhavik-mangla okay thanks for the guidance!
raising another PR for this issue according to the guidlines.

@khushi-hura
Copy link
Contributor Author

@bhavik-mangla I have raised the another PR for this issue, should I close this PR?

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