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

Feature: Implement Video Call functionalities #232

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

Paccyfic
Copy link
Contributor

@Paccyfic Paccyfic commented Jul 22, 2024

Description:

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

Changes Made:

Video Call Integration:

  • - Added the necessary packages and dependencies to support video calls.
  • - Implemented the UI components for initiating and managing video calls.
  • - Integrated the video 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, toggle webcam).

UI Enhancements:

  • - Updated the UI to display participants' video feeds and their statuses (webcam and microphone on/off).
  • - Provided intuitive controls for users to join/leave the call and toggle microphone and webcam states.
  • [ ]

Screenshots:

Screenshot 2024-07-18 at 21 20 14

Copy link

gitguardian bot commented Jul 22, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (bf0c16e) to head (792bbe9).

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

@aimeudoxie aimeudoxie self-requested a review July 23, 2024 07:52
Copy link
Contributor

@aimeudoxie aimeudoxie left a comment

Choose a reason for hiding this comment

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

Awesome!

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 ca4e979 into develop Jul 23, 2024
13 checks passed
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.

5 participants