Skip to content

Conversation

@cameronaaron
Copy link

@cameronaaron cameronaaron commented Feb 4, 2025

Add functionality to invite and remove participants from an ongoing call.

  • lib/app/layouts/conversation_details/dialogs/add_participant.dart

    • Add isOngoingCall parameter to showAddParticipant function.
    • Update showAddParticipant to use pushService.addMember for ongoing calls.
  • lib/app/layouts/conversation_details/widgets/chat_info.dart

    • Add addParticipantToCall and removeParticipantFromCall functions.
    • Add UI elements to add and remove participants from an ongoing call.
  • lib/app/layouts/facetime/facetime.dart

    • Add addParticipantToCall and removeParticipantFromCall functions.
    • Add UI elements to add and remove participants from an ongoing call.

    https://discord.com/channels/1130633272595066880/1270130354224758986/1335360967696977971

Add functionality to invite and remove participants from an ongoing call.

* **lib/app/layouts/conversation_details/dialogs/add_participant.dart**
  - Add `isOngoingCall` parameter to `showAddParticipant` function.
  - Update `showAddParticipant` to use `pushService.addMember` for ongoing calls.
* **lib/app/layouts/conversation_details/widgets/chat_info.dart**
  - Add `addParticipantToCall` and `removeParticipantFromCall` functions.
  - Add UI elements to add and remove participants from an ongoing call.
* **lib/app/layouts/facetime/facetime.dart**
  - Add `addParticipantToCall` and `removeParticipantFromCall` functions.
  - Add UI elements to add and remove participants from an ongoing call.
@cameronaaron
Copy link
Author

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.

1 participant