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 #210

Closed
wants to merge 1 commit into from

Conversation

munezeromicha
Copy link
Contributor

@munezeromicha munezeromicha commented Jul 11, 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 the Feature Feature issues label Jul 11, 2024
@munezeromicha munezeromicha self-assigned this Jul 11, 2024
@munezeromicha munezeromicha linked an issue Jul 11, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (722b69a) to head (9e29096).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #210   +/-   ##
========================================
  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.

ft-audio-call-added
@munezeromicha munezeromicha deleted the ft-audio-call branch July 18, 2024 00:53
@munezeromicha munezeromicha restored the ft-audio-call branch July 18, 2024 01:01
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
2 participants