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

Implement Audio Call Feature for Patients #222

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

munezeromicha
Copy link
Contributor

@munezeromicha munezeromicha commented Jul 18, 2024

Description:

This pull request introduces the implementation of an audio call feature in our React Native application using TypeScript. This new functionality enables patients to initiate audio calls within the app, enhancing communication capabilities and improving the user experience.

Changes Made:

Audio Call Integration:

  • Added the necessary packages and dependencies to support audio calls.
  • Implemented the UI components for initiating and managing audio calls.
  • Integrated the audio call functionality with the existing user interface.

MeetingProvider and Hooks:

  • Utilized the MeetingProvider and necessary hooks from the @videosdk.live/react-native-sdk for managing meeting states and participant data.

State Management:

  • Implemented state management for handling meeting IDs, participant lists, and call controls (join, leave, toggle mic).

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

@munezeromicha munezeromicha added Feature Feature issues Need Review Requires reviews labels Jul 18, 2024
@munezeromicha munezeromicha self-assigned this Jul 18, 2024
@munezeromicha munezeromicha linked an issue Jul 18, 2024 that may be closed by this pull request
@munezeromicha munezeromicha force-pushed the ft-audio-call branch 2 times, most recently from 77bd46a to 0a05884 Compare July 20, 2024 12:48
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (a142c05) to head (32ae6df).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #222   +/-   ##
========================================
  Coverage    72.22%   72.22%           
========================================
  Files            3        3           
  Lines           18       18           
  Branches         3        3           
========================================
  Hits            13       13           
  Misses           5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@munezeromicha munezeromicha force-pushed the ft-audio-call branch 3 times, most recently from 4663140 to d7ce65f Compare July 22, 2024 07:13
Copy link
Collaborator

@23nosurrend 23nosurrend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!!

ft-audio-call-added
Copy link
Contributor

@Irirwanirira Irirwanirira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@Nkbtemmy Nkbtemmy merged commit bf0c16e into develop Jul 22, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature issues Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Audio Call Feature
6 participants